WiiFlow_Lite/resources/optimize_all_images.bat
fix94.1 a4b1a5293e -updated the default images and the image compression tools (thanks ayatus)
-fixed the language download crash when trying to download the languages a second time
-added a back button to the language manager
-updated german.ini
2013-08-09 14:52:17 +00:00

7 lines
136 B
Batchfile

for %%i in (..\data\images\*.png) do (
optipng.exe -o7 -nx "%%i"
pngout.exe /ks "%%i"
advpng.exe -z4 "%%i"
DeflOpt.exe "%%i"
)
pause