postscript file sizes [message #22781] |
Mon, 11 December 2000 07:15  |
Stuart Colley
Messages: 17 Registered: February 2000
|
Junior Member |
|
|
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 #22922 is a reply to message #22781] |
Mon, 11 December 2000 10:52  |
John-David T. Smith
Messages: 384 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?
>
> cheers,
> Stu
Uhh, 600dpi*7in = 4200 so a 4kx4k array is about the limit. Postscript
can accomodate much higher resolution, but most printers cannot. More
important to the quality of the printout will be the color accuracy and
range of your printer.
JD
|
|
|