zitonglove

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

  

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-09-21
  • 2021-12-15
  • 2021-11-27
猜你喜欢
  • 2021-11-01
  • 2021-12-09
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案