imstoppm(1)





NAME

     imstoppm - take an image from the IMS framebuffer and output it to
	 	a PPM file

SYNOPSIS

     imstoppm [-file filename] [-start xstart ystart] [-end xend yend]
	-file filename
	      (filename is the name of the PPM file to be loaded.
	      (defaults to stdout)
	-start is the starting location
	-end is the ending location


DESCRIPTION

     imstoppm takes the image in the IMS 1000/1001 framebuffer and
     outputs it into a PPM file.  

     The -file option is used to specify a filename on the command line.
     Input can also be taken from stdin using the redirection arrow ( < ).

     The -start option is the starting x and y co-ordinates to capture the
     image (defaults to 0, 0).

     The -end option is the ending x and y co-ordinates to capture the
     image (defaults to 640, 480).

SEE ALSO

     ppmtoims

AUTHOR

	Luke Blaikie