2
I am working with images and am filtering images with transparency. I am using the function getbands() Pillow. But this image is returning : ('L',) while I just waited: ('R','G', 'B') and ('R','G', 'B', 'A').
What exactly is an image L? I searched a lot of places but I couldn’t figure out what it meant.
