-
Hi everyone! I am running into an error stating "OSError: not supported for this image mode" for when I attempt this. Help is appreciated! Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
radarhere
Oct 17, 2023
Replies: 1 comment 11 replies
-
It will be helpful to first identify the version of Pillow and the example you are reproducing, where this error occurs. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error is being raised on
ImageOps.invert(img)
, which is not in the "RGBA" part of my code - this makes me think that I've solved your RGBA problem, but there is another mode you are having trouble with as well.Does this code print out something like "Image mode: RGBA" just before the traceback? What is that mode?