These are some examples of XWD files, which are X window "dump" files.
IM(:,:,1) = red data;
IM(:,:,2) = green data;
IM(:,:,3) = blue data;
imwrite ( IM, 'file.xwd', 'XWD' )
.
[ X, map ] = capture ( figure_handle );
imwrite ( X, map, 'file.xwd', 'XWD' )
.
BRAIN is an image of a brain.
GASKET_POLY_FILLED is an image of the Sierpinski gasket.
POLYFISH is a model of a fish.
You can go up one level to the DATA page.