Sri*_*Sri 4 cocos2d-iphone texturepacker
我需要将 PVR.CCZ 图像文件转换为 PNG 图像来编辑我的图像文件。m 原始图像被删除。我使用纹理打包程序来创建 pvr 文件。
我参考此链接:-如何从 .pvr.ccz 文件恢复 PNG 图像? 但没有用。
小智 5
在谷歌搜索你会得到。我得到了这个链接:- https://gamedev.stackexchange.com/questions/69519/how-can-i-batch-convert-texturepacker-pvr-ccz-files-to-png 它也工作得很好..
终端中的简单命令将有所帮助:-
TexturePacker filename.pvr.ccz --sheet filename.png --data dummy.plist --algorithm Basic --allow-free-size --no-trim
Run Code Online (Sandbox Code Playgroud)