User:Lenehey/Color Cell Compression

From Wikipedia, the free encyclopedia

Color Cell Compression is an algorithm for highly compressing image data. The algorithm as introduced [1] includes three steps for encoding:

  1. The image is decomposed into Red, Green, Blue, and Luminance (R, G, B, Y) planes, and each plane is divided into cells of 4 pixels by 4 pixels. The values for the Y plane can be obtained from the R, G, and B, values as follows:

Y(i) = .3R(i) + .59G(i) + .11B(i)


References[edit]

  1. ^ Graham Campbell, et al., "Two bit/pixel full color encoding," International Conference on Computer Graphics and Interactive Techniques archive, Proceedings of the 13th annual conference on Computer graphics and interactive techniques, 1986, pp. 215 - 223, 1986, ISBN:0-89791-196-2

External links[edit]