let's not use progressing rendering on images

This commit is contained in:
Régis Hanol
2017-06-26 23:19:48 +02:00
parent 21f7ac1f25
commit aa69f78fed
2 changed files with 4 additions and 0 deletions

View File

@ -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