Revert "revert back to using slow but lossless PNG optimization"

This reverts commit 92660a74bf.
This commit is contained in:
Jeff Atwood 2015-07-17 17:09:25 -07:00
parent 5e38512b1b
commit 703689fbcd
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
skip_missing_workers: true skip_missing_workers: true
allow_lossy: false allow_lossy: true
# PNG # PNG
advpng: false advpng: false
optipng: false optipng: false
pngcrush: false pngcrush: false
pngout: true pngout: false
pngquant: false pngquant:
quality: !ruby/range 10..90
# JPG # JPG
jpegrecompress: false jpegrecompress: false