Commit Graph

6 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
Niklas Fiekas 7a80dade43 lossless png compression (#6323) 2020-04-07 02:30:24 +02:00
Thibault Duplessis c3d13810b3 update repo image 2020-01-09 12:16:15 -06:00
Adam Morris b0d360a747 Updated images on README to Lichess V2 2019-07-04 11:53:29 +10: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 eb8ff86668 update readme 2017-09-12 11:47:57 -05:00