Learn Before
Concept
Bands (Pillow)
Images consist of one or more bands of data. Pillow lets an image contain multiple bands if said bands have the same resolution and bit depth. The types of bands seen in an image depend on the type of image. For example, a PNG image will have bands for red, blue, green, and alpha (transparency). A pixel in an image will have a value in each band assigned to it.
0
1
Updated 2021-08-14
Tags
Python Programming Language
Data Science