Skip to content

Commit

Permalink
PillowProcessor uses quality level 80 for JPEG files.
Browse files Browse the repository at this point in the history
  • Loading branch information
eseifert committed Nov 5, 2018
1 parent c25fd5f commit bb6cee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions madam/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class PillowProcessor(Processor):
MimeType('image/jpeg'): dict(
optimize=True,
progressive=True,
quality=80,
),
MimeType('image/png'): dict(
optimize=True,
Expand Down

0 comments on commit bb6cee7

Please sign in to comment.