Alpha Channel
An additional data channel in an image that stores transparency information for each pixel.
The alpha channel assigns an opacity value (0-255) to every pixel. A value of 0 means fully transparent, 255 means fully opaque, and values in between create partial transparency. This is how PNG and TIFF formats store transparency data, enabling clean compositing and background replacement.