comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: postscript file sizes
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: postscript file sizes [message #22776] Mon, 11 December 2000 09:26
R.G.S. is currently offline  R.G.S.
Messages: 46
Registered: September 2000
Member
You can always write a jpg file (with high quality if you like), then run a
jpeg2ps routine.
Nice small files!

Cheers,
bob




Stuart Colley <src@star.ucl.ac.uk> wrote in message
news:Pine.OSF.3.96.1001211150636.4146A-100000@zuaxp7.star.uc l.ac.uk...
>
> Lets say one has a huge array of data to print, you open the the PS
> device, TV the data (scaled to fit the whole page), then close the device
> and print the data. The PostScript file is HUGE. So I thought about
> rebinning the data to make the resulting PS file smaller.
>
> Working sort of backwards, presumably there must be some limit whereby
> making your array/PS file bigger does not result in a better quality image
> when you actually print it. Anyone know how to determine this limit?
>
> cheers,
> Stu
>
Re: postscript file sizes [message #22779 is a reply to message #22776] Mon, 11 December 2000 07:40 Go to previous message
Liam E. Gumley is currently offline  Liam E. Gumley
Messages: 378
Registered: January 2000
Senior Member
Stuart Colley wrote:
> Lets say one has a huge array of data to print, you open the the PS
> device, TV the data (scaled to fit the whole page), then close the device
> and print the data. The PostScript file is HUGE. So I thought about
> rebinning the data to make the resulting PS file smaller.
>
> Working sort of backwards, presumably there must be some limit whereby
> making your array/PS file bigger does not result in a better quality image
> when you actually print it. Anyone know how to determine this limit?

Exactly how big is your "huge array"? The native resolution of the IDL
PostScript device is 1000 pixels per cm, so you'd have to have a truly
large image before you ran out of PostScript resolution. For example, on
an A4 page (21.0 x 29.7 cm), the image would have to be 21000 by 29700
pixels in size to exceed the resolution of the PostScript device.

Normally I'd just use IMDISP for this purpose:
http://cimss.ssec.wisc.edu/~gumley/imdisp.html

IMDISP doesn't change the size of your image array. It just makes sure
it fits onto the PostScript page.

Cheers,
Liam.
http://cimss.ssec.wisc.edu/~gumley
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: GAUSS2DFIT - TILT ?
Next Topic: Re: IDLgrLegend broken

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 16:51:53 PDT 2025

Total time taken to generate the page: 0.00451 seconds