pvr转png

先给TexturePacker添加一个连接

sudo ln -s /Applications/TexturePacker.app/Contents/MacOS/TexturePacker /usr/bin/TexturePacker

  

使用下面命令把文件夹下面所有pvr转成png

for i in `find . -name *pvr*`;do TexturePacker $i --sheet ${i%%.pvr.ccz*}.png --algorithm Basic --allow-free-size --no-trim; done

  

 

posted @ 2015-10-13 14:09  紫——瞳  阅读(283)  评论(0编辑  收藏  举报