[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Peace Everybody (Postscript???)



Thus spoke chayim
>     Need to dump the contents of my current window to postscript so I can
> generate printings.  Ideas anyone???  Need some!
> 

Programmatically or do you just need a tool that does screen captures?  If
the latter, you can use either xv or the screen capture feature of the
Gimp.  Those will produce a raster image that you can then convert to
Postscript (which will really only be a vector wrapping around a raster
image).

If you need to do so from within your program, look at the Gimp screen
capture plug-in or xwd to see how they do it.

Keep in mind that screen dumps are at 72DPI and printing is not, so your
image on paper is likely to be significatnly smaller.  You may need to
scale it up in size before printing.
-- 
Michael J. Hammel           |  I can please only one person per day.  Today is 
The Graphics Muse           |  not your day.  Tomorrow's not looking good 
mjhammel@graphics-muse.org  |  either. -- Dilbert
http://www.graphics-muse.org 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]