Closed shawnington closed 6 months ago
changed
img = Image.open(io.BytesIO(decrypted_data))
to
img = node_helpers.pillow(Image.open, io.BytesIO(decrypted_data))
this allows the fixes that allow proper opening of files that cause pillow errors to still be applied.
changed
to
this allows the fixes that allow proper opening of files that cause pillow errors to still be applied.