paletteindexed
Palette-indexed refers to a color representation mode commonly used in computer graphics and image processing. In this mode the image data stores, for each pixel, an index that refers to a separate list of colors known as a color palette or colormap. The palette itself contains a limited set of color values, typically 256 or fewer. The pixel data thus requires only one byte per pixel when 256 colors are used, which saves memory and can speed up certain operations such as image loading and manipulation.
The palette-indexed model originated with early graphical systems and remains the backbone of many traditional file
A key advantage of palette-indexed images is the reduced size of bitmap data compared to true-color formats
Modern graphics standards have largely moved toward true-color (8‑bit per channel or higher) systems, but palette-indexed