-
-
atlas图片拆解工具脚本 评分:
# Atlas picture Unpacker ## Requirements - Python (with pip) - [Pillow](https://python-pillow.org) ## Installation ```sh $ sudo easy_install pip $ pip install Pillow ``` ## Usage `test.atlas` and `test.png` will product a dir named test: ```sh $ atlascutter.py test ``` or ```sh $ atlascutter.py test.atlas ```2018-09-24 上传 大小:21KB
-
-
拆分plist,atlas,json
将cocos plist,白鹭 json,spine atlas图集拆成碎图,支持atlas多图集。将工具放要拆分的图集的根目录运行即可(spine生成的动画json文件不要跟图集放到一起)。
立即下载
-
-
支持plist、json、atlas等图集拆解
python脚本实现,支持多种图集格式拆解,前提是需要修改脚本内对应的字段名。目前测试过TexturePacker所生成的几种图集都能完美拆解。
立即下载