mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Revert "revert back to using slow but lossless PNG optimization"
This reverts commit 92660a74bf
.
This commit is contained in:
parent
5e38512b1b
commit
703689fbcd
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue