Skip to content

Instantly share code, notes, and snippets.

@akof1314
Created January 19, 2015 09:44
Show Gist options
  • Save akof1314/c05fd3524e7521ad9817 to your computer and use it in GitHub Desktop.
Save akof1314/c05fd3524e7521ad9817 to your computer and use it in GitHub Desktop.
pvr.ccz 转换 png
@echo off
path %path%;"E:\MySoft\PNG2PVR\TP\TexturePacker\bin"
for /f "usebackq tokens=*" %%d in (`dir /s /b *.pvr *.pvr.ccz *.pvr.gz`) do (
TexturePacker.exe "%%d" --sheet "%%~dpnd.png" --data "%%~dpnd.plist" --opt RGBA8888 --allow-free-size --algorithm Basic --no-trim --dither-fs
)
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment