[parisc-linux] Graphics support

andi andi@fischlustig.de
01 Feb 2002 10:24:52 +0100


> Sorry to ask, but I couldn't seem to find any docs on it, whats "Colour recovery"?

Color recovery is a strange but cool 8bit truecolor technology. Data is
dithered to the framebuffer in a special way (there is a recommented
alogorithm provided by HP). Then the hardware de-dithers it and you
really see millions of different colors on the screen. Using X11 the
application needs to support it (ImageMagick is the only one I know).

NextStep 3.3 supports color recovery globally and the applications do
not need to have special support, it just works and looks nearly like
true color.

The advantage is that you can save video ram and blitting is very fast
because of the small amount of data.


andi