-
Notifications
You must be signed in to change notification settings - Fork 569
Closed
Labels
Description
Thanks for all your work on this @stevemorad
Really appreciate it.
Unfort, it seems like there are some issues in Thumbor / Python Pillow that prevent this solution from being 100% ready for a production environment. Specifically, it doesn't work properly for a number of PNGs that have transparent backgrounds (which is quite a common use-case).
Here is the ticket I opened with Thumbor:
thumbor/thumbor#987
My question is: when Thumbor and Pillow are fixed/patched, what's the best process to update the Lambda function? Can I simply download Thumbor/Pillow exactly how they're released, download the Lambda package, replace the existing folders with the updated releases, and then re-upload?