mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
let's not use progressing rendering on images
This commit is contained in:
@ -136,6 +136,7 @@ class UploadCreator
|
||||
'convert', @file.path,
|
||||
'-auto-orient',
|
||||
'-background', 'white',
|
||||
'-interlace', 'none',
|
||||
'-flatten',
|
||||
'-quality', SiteSetting.png_to_jpg_quality.to_s,
|
||||
jpeg_tempfile.path
|
||||
|
Reference in New Issue
Block a user