Xref: utzoo comp.windows.x:26589 comp.windows.x.motif:656 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!shelby!csli!poser From: poser@csli.Stanford.EDU (Bill Poser) Newsgroups: comp.windows.x,comp.windows.x.motif Subject: Re: Hardcopy in X Keywords: Hardcopy, Resolution Message-ID: <15197@csli.Stanford.EDU> Date: 5 Sep 90 18:50:14 GMT References: <103@atc1.UUCP> Sender: poser@csli.Stanford.EDU (Bill Poser) Reply-To: poser@csli.stanford.edu (Bill Poser) Followup-To: comp.windows.x Organization: Center for the Study of Language and Information, Stanford U. Lines: 16 In article <103@atc1.UUCP> shyam@atc1.UUCP (Shyam Mittur) writes: > >Does anybody know of a strategy to obtain hardcopy from X clients that is >not restricted to the server's display resolution? For example, I would like >to preview an X-Y plot on a window and then get hardcopy from a 300 dpi >PostScript printer, without being restricted to 75 or 100 dpi on the printer. For arbitrary clients this is impossible in principle because they may be drawing individual pixels. Only if they were restricted to drawing higher-level objects (e.g. lines) would there be a possibility of finding out what objects they were drawing and redrawing them for hardcopy at higher resolution. Of course, individual applications can often generate hardcopy at better than monitor resolution, because they may have available the abstract representation of the image. For example, my time-series editor produces window dumps that look better than screen dumps because I redraw the image from the internal representation in Postscript or PIC.