Skip to content
Discussion options

You must be logged in to vote

This is my fault. I replaced the image decoding with simplejpeg where previously it was using Pillow. Pillow automatically supports most image types, but simplejpeg only supports JPEG. I did not account for PNGs, so simplejpeg was just raising an exception. I have added the logic to use the correct decoding when PNGs are encountered.

Merged #2336

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@steveo-67
Comment options

Answer selected by steveo-67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants