This option provides the ability to write out the contents of an image as a simple formatted (ASCII) file with a variety of formats.
S Simple pixel stream (nj,ni,P00,P01,P02,...) P Pixel position and intensity (j,i,Pij) W World position and intensity (x,y,Pxy)Select format (press <f1> for details of formats)
S Simple pixel stream
The first two numbers give the number of pixels across and down
the image.
The remaining numbers give the pixel intensities ordered from left
to right then top to bottom through the specified window.
P Pixel position and intensity.
Each line in the file represents one pixel.
The first number on each line is the horizontal position, relative
to the left-hand side of the window.
The second number on each line is the vertical position, relative
to the top of the window.
The third number on each line is the pixel intensity.
W World position and intensity.
Each line in the file represents one pixel.
The first number on each line is the world x coordinate of the
pixel.
The second number on each line is the world y coordinate of the
pixel.
The third number on each line is the pixel intensity.