WiiFlow_Lite/resources/optimize_all_images.bat

2 lines
98 B
Batchfile
Raw Normal View History

for %%i in (..\data\images\*.png) do (pngout.exe "%%i" /ks || optipng.exe "%%i" -o7 -nb -nc)
pause