mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
revert back to using slow but lossless PNG optimization
This commit is contained in:
parent
c09cdbc9d3
commit
92660a74bf
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
skip_missing_workers: true
|
||||
allow_lossy: true
|
||||
allow_lossy: false
|
||||
# PNG
|
||||
advpng: false
|
||||
optipng: false
|
||||
pngcrush: false
|
||||
pngout: false
|
||||
pngquant:
|
||||
quality: !ruby/range 10..90
|
||||
pngout: true
|
||||
pngquant: false
|
||||
# JPG
|
||||
jpegrecompress: false
|
||||
|
|
Loading…
Add table
Reference in a new issue