先给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