Commit graph

2 commits

Author SHA1 Message Date
Tad
371b465846 Optimize all included images
Commands used:
find . -type f -name "*.jp*g" -print0 | xargs -0 -n1 -P 16 jpegoptim --strip-all;
find . -type f -name "*.png" -print0 | xargs -0 -n1 -P 16 optipng -strip all;
find . -type f -name "*.jp*g" -print0 | xargs -0 -n1 -P 16 exiftool -all=;
find . -type f -name "*.png" -print0 | xargs -0 -n1 -P 16 exiftool -all=;
2021-06-26 20:55:59 +00:00
David Black
6762c0334e 3 new apps 2013-12-12 19:18:23 +00:00