Files
fundor333.com/optimizer.sh
Fundor333 4715eb1ec6 fix
2024-02-11 01:47:32 +01:00

5 lines
312 B
Bash

find . -type f -iname "*.png" -exec optipng -nb -nc {} \;
find . -type f -iname "*.png" -exec advpng -z4 {} \;
find . -type f -iname "*.png" -exec pngcrush -rem gAMA -rem alla -rem cHRM -rem iCCP -rem sRGB -rem time -ow {} \;
find . -type f -iname "*.jpg" -o -iname "*.jpeg" -exec jpegoptim -f --strip-all {} \;