Commit Graph

4 Commits

Author SHA1 Message Date
Rémi Verschelde 5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Nathan 22a17aed56 Optimized all png and gif files with FileOptimizer
Saved 60-70% on all pngs
Reduced robi .gif title screen animation by >90%
2017-10-14 11:15:38 +02:00
Rémi Verschelde a3a44b34b3 Fix all PNG images for potential incorrect sRGB profile
Using `find . -type f -name "*.png" -exec convert {} {} \;`.
2016-10-01 14:34:15 +02:00
Rémi Verschelde b1ae87dade Finish importing full OP contents 2016-02-08 18:24:54 +01:00