Commit Graph

3 Commits (86f92fe9c20dddcb73964406c853b6d11a5a5ac5)

Author SHA1 Message Date
Niklas Fiekas 86f92fe9c2 lossy png optimization (#6323)
pngquant --skip-if-larger --speed 1 -f --ext .png **/*.png
optipng -o7 **/*.png # lossless
2020-04-07 12:04:56 +02:00
jul059 463329af9a Optimize images to reduce filesize
PNGs were optimized using several tools in sequentially: TruePNG, pngwolf, leanify, advpng, ECT, deflopt, defluff. This optimizes the filters, removes any unused data, optimizes the color palette and optimizes the deflate compression. The whole process is completely lossless.

JPEGs were processed with jpegoptim to optimize the huffmann headers. Again, completely lossless except for most metadata which has been stripped (some JPEGs contained exposure and photoshop correction information).
2019-02-27 16:09:50 -05:00
Thibault Duplessis e52dd4cae7 {master} add CubesAndPi 3d pieces 2019-02-23 14:23:19 +07:00