WhatCD / Gazelle

http://whatcd.github.io/Gazelle/
1.84k stars 363 forks source link

Lossless image optimizations saving 266 KiB #94

Open KeenRivals opened 8 years ago

KeenRivals commented 8 years ago

Losslessly optimized PNG images with optipng and AdvanceComp.

Original Size Optimized Size Savings Savings (%)
2198 KiB 1932 KiB 266 KiB 12%

Commands used were:

find -iname "*.png" -exec optipng -o7 {} +
find -iname "*.png" -exec advdef -z4 -i50 {} +