Closed erdem closed 2 years ago
Hi @erdem,
PIL 1.1.7 (i.e. the original Pythonware package which was later forked into Pillow) is not a supported backend for Willow. I understand this will be an issue for Google App Engine users, as it's the only option available there - however, it's not really practical for Willow to implement workarounds for bugs in an old abandoned library, and it would be much more effective for Google to update their supported versions.
(Incidentally - is this happening for all JPEG images, or just a specific one?)
Hi @gasman
Thank you for explanation. It is seems to be no more solution for this issue except wait for the google update.
The problem happening only JPEG images as far as I can see. PNG images working fine.
I got an error on GAE using with
Willow 0.4
. When wagtail thumbnail backend processing an image, PIL can't save the image.Error logs:
I solved this problem by removing
optimize
andprogressive
parameters on pillow plugin save methods. Like this:https://github.com/codeandtheory/Willow/commit/4e5010b7f16ef09c38ad46236a380db5752dcba5Thanks