mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-05 23:18:28 +01:00
2 lines
98 B
Batchfile
2 lines
98 B
Batchfile
for %%i in (..\data\images\*.png) do (pngout.exe "%%i" /ks || optipng.exe "%%i" -o7 -nb -nc)
|
|
pause |