Skip to content

Commit

Permalink
Merge dd65fe9 into 36089e5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Aug 29, 2016
2 parents 36089e5 + dd65fe9 commit 6f8057d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail/wagtailimages/models.py
Expand Up @@ -414,7 +414,7 @@ def run(self, image, output):
else:
quality = 85

return willow.save_as_jpeg(output, quality=quality)
return willow.save_as_jpeg(output, quality=quality, progressive=True, optimize=True)
elif original_format == 'gif':
# Convert image to PNG if it's not animated
if not willow.has_animation():
Expand Down

0 comments on commit 6f8057d

Please sign in to comment.