-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #1942 - Modifies the Image saving parameters for better quality #2566
Conversation
… channel This was deprecated in 4.2.0 https://github.com/python-pillow/Pillow/blob/master/docs/releasenotes/4.2.0.rst#removed-deprecated-items and as we upgrade to 5.2.0, we need to take care of this case. see the discussion in python-pillow/Pillow#2609
@miketaylr if we deploy this, I would like to have it deployed on staging first. To test the performance issues with our real setup. |
Travis tests have failedHey @karlcow, 1st Buildnpm run test:js -- --reporters="runner" --firefoxBinary=`which firefox`
|
@karlcow deployed to staging!
|
(also re-kicked travis) |
Changes LGTM, feel free to merge and add the changelog label if you think it's an improvement. |
Thanks. 3.9 Mo (2222x2388) to 172K (with a 1024, HAMMING). |
This PR fixes issue #1942
Proposed PR background
Some thumbnail images were blurry.
This is an attempt at improving the quality a little bit by adjusting size and filter.
This also upgrades the library version of Pillow.