项目作者: cn-qiuhong

项目描述 :
分解layaair项目打包的图集文件
高级语言: Python
项目地址: git://github.com/cn-qiuhong/splitLayaAtlas.git
创建时间: 2020-01-01T11:40:16Z
项目社区:https://github.com/cn-qiuhong/splitLayaAtlas

开源协议:

下载


分解layaair项目打包的图集文件,需要图集数据(atlas)和图集图片(png),分解时会在图集所在目录下创建同名目录,该图集分解出来的图片全部放在该目录中



需要python环境和Pillow库



分解当前目录所有atlas(递归)

python splitLayaAtlas.py



分解指定图集文件

python splitLayaAtlas.py -name [filename]

filename替换为你要分解的图集文件名(不带.atlas)