B&W Postscript Printers...

Darrell McCauley mccauley at ecn.purdue.edu
Tue Jun 23 15:45:17 EDT 1992


>    The function d.savescreen (only available on MASSCOMP?) woulds
>    seem to be ideal...is anyone working on this or something 
>    similar that would capture graphs, lines, text, raster and
                        ^^^^^^^
>    create a colour and/or black and white postscript file?

"Capturing" images produces very poor quality.
there's xwd(1) and/or screendump(1), but here's another idea:

 library level changes (DISPLAYLIB) that record a history of
 what goes to the monitor (e.g., $LOCATION/.dhistory).  This
 would get wiped out everytime a frame is deleted or the screen
 is erased.  Then, write some sort of function that plays back
 this history, writing to a postscript file instead of making
 DISPLAYLIB calls.

Of course, rumor has it that someone is writing a postscript
paint driver.




More information about the grass-dev mailing list