mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
b38b0ae5a7
-compressed pngs even more and also added tools and a batch file to "resources" folder
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 |