Printing Images
This program imps converts a KUIM format image to postscript
for display on a laser printer or inclusion in a document.
The messy postcript code is based on a /usr/image program
by Terry Yoo at University of North Carolina at Chapel Hill.
(see code)
Command Usage
imps [options] infile [outfile]
[-p] Output pure postscript for TeX
[-z] Zoom image to fill page
Example
imps -z input.im input.ps
ghostview input.ps
(or use lpr for your printout)