xwd

Howdy GRASS users,

I got a xwd format file produced by the xgdisplay program in xgrass running OpenWindows 3.0 on SUNOS 4.1.3 .
Does anyone know of a program that I can use to convert the xwd file into
a color postscript file. I ran xpr command on the xwd file but it only produce
black and white postscript file.

Thank,

Hanh Nguyen
USDA-SCS
hnguyen@ncg.scs.ag.gov

There are several xwd to color postscript converters around.

Try xv or xwd2ps for instance.

David Haight
Tektronix Technical Support
Color Printer Division

use% xwdtopnm file.xwd | pnmtops > file.ps
(from pbmplus, which comes in src.related)