• 大小: 2KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: 其他
  • 标签: png;cocos  

资源简介

PNG图集转换工具是游戏开发中常用得图集转换工具,会将一张大得png图集转换成小得png图片。内有说明文档,便于大家使用。

资源截图

代码片段和文件信息

#!python 
import ossys
from xml.etree import ElementTree
from PIL import Image

def endWith(s*endstring): 
    array = map(s.endswithendstring) 
    if True in array: 
        return True 
    else: 
        return False 
    
# Get the all files & directories in the specified directory (path). 
def get_recursive_file_list(path): 
    current_files = os.listdir(path) 
    all_files = [] 
    for file_name in current_files: 
        full_file_name = os.path.join(path file_name)
        if endWith(full_file_name‘.plist‘): 
            full_file_name = full_file_name.replace(‘.plist‘‘‘)
            all_files.append(full_file_name) 
 
        if os.path.isdir(full_file_name): 
            next_level_files = get_recursive_file_list(full_file_name) 
            all_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-07-30 13:31  大图集转小图\
     文件           8  2016-07-30 13:04  大图集转小图\pvr转png.cmd
     文件        3635  2016-07-30 12:41  大图集转小图\split.py
     文件         224  2016-07-30 13:36  大图集转小图\使用说明.txt

评论

共有 条评论

相关资源