These are some examples of PCX files. PCX is a format originally developed for images created by the PC Paintbrush program.
IM(:,:,1) = red data;
IM(:,:,2) = green data;
IM(:,:,3) = blue data;
imwrite ( IM, 'file.pcx', 'PCX' )
.
[ X, map ] = capture ( figure_handle );
imwrite ( X, map, 'file.pcx', 'PCX' )
.
fig2dev -L pcx input.fig > output.pcx
BUNNY is a bunny.
CAT is a cat.
CLOWN is a clown.
DOG is a dog.
HOSE is a hose.
You can go up one level to the DATA page.