mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
let's try no lossy compression again
This commit is contained in:
parent
d456460d33
commit
933e2ce6b6
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 75..90
|
||||
pngout: true
|
||||
pngquant: false
|
||||
# JPG
|
||||
jpegrecompress: false
|
||||
|
|
Loading…
Reference in a new issue