Replies: 1 comment 10 replies
-
I imagine you've seen https://pillow.readthedocs.io/en/stable/handbook/concepts.html. I would hope that explains that RGBA is made up of four channels ranging from 0 to 255, where the fourth channel is alpha. I've created PR #6831 to add a "Transparency" section to the documentation - https://pillow--6831.org.readthedocs.build/en/6831/handbook/concepts.html#transparency Let us know if that is sufficient, or there are other items that are unclear. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be very useful to know, for each image mode, how image data is structured. For some kind of images it is quite obvious, but for others, especially if transparency is present, it is not (or at least I was not able to find it).
For example, I searched in documentation an explanation to this code (in order to check if it's correct and to adapt it to my needs) but I could find only sparse and partial information.
Thanks in advance for your attention.
Beta Was this translation helpful? Give feedback.
All reactions