From 703689fbcd6ab3141519554e4ec0d8471c8b765d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 17 Jul 2015 17:09:25 -0700 Subject: [PATCH] Revert "revert back to using slow but lossless PNG optimization" This reverts commit 92660a74bf2153804f2a8eac32658826f6ac844e. --- .image_optim.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.image_optim.yml b/.image_optim.yml index e0416a670d..c7196cbb29 100644 --- a/.image_optim.yml +++ b/.image_optim.yml @@ -1,10 +1,11 @@ skip_missing_workers: true -allow_lossy: false +allow_lossy: true # PNG advpng: false optipng: false pngcrush: false -pngout: true -pngquant: false +pngout: false +pngquant: + quality: !ruby/range 10..90 # JPG jpegrecompress: false