RASTTOPBM
NAME
rasttopbm - convert a Sun raster file into a portable bitmap
SYNOPSIS
rasttopbm [rastfile]
DESCRIPTION
Reads a Sun raster file as input. Produces a portable bitmap as
output. NOTE: since it uses Sun-specific include files and libraries,
pbmtorast will compile only on Suns.
Using this program you can convert anything you can see on a Sun
screen into a pbm bitmap. Just display whatever you're interested in,
do a screendump, run it through rasttopbm, and then use pnmcut to
select the part you want.
The rasttoppm filter handles color images in addition to providing the
same functionality as rasttopbm; but rasttopbm is worth keeping, since
it is significantly faster.
SEE ALSO
pbmtorast(1), pbm(5), rasttoppm(1), ppmtorast(1)
AUTHOR
Barry Klawans
Copyright (C) 1988 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation. This software is provided "as is" without
express or implied warranty.