GIF-format: помогите разобраться
------------------------
|M| cr |0|pixel|
M = 1, Global color map follows Descriptor
cr+1 = # bits of color resolution
pixel+1 = # bits/pixel in image
The value of 'pixel' also defines the maximum number of colors within an image. The range of values for 'pixel' is 0 to 7 which represents 1 to 8 bits. This translates to a range of 2 (B & W) to 256 colors.
Bit 3 of word 5 is reserved for future definition and must be zero.
------------------------
M - понятно
pixel - тоже понятно
cr - а вот это не понятно! Что подразумевается под этим?