mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04: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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue