How Many Gray Scales On Laserwriter II NTX?
Bruno Pape
root at sgzh.uucp
Thu Mar 29 03:06:43 AEST 1990
In article <1465 at dftsrv.gsfc.nasa.gov> buck at drax.gsfc.nasa.gov (Loren (Buck) Buchanan) writes:
>In article <1990Mar26.134330.12298 at sgzh.uucp> root at sgzh.UUCP (Bruno Pape) writes:
>>In article <5890597 at um.cc.umich.edu> Tim_Buxton at UM.CC.UMICH.EDU writes:
>>>
>[[[about limited number of gray levels when printing]]]
>
>The answer is you can change the number of gray levels by using the
>setscreen command. The trade off is that to get more gray levels you
>have to increase the spot size. For a 300 dpi printer, I believe the
>default screen setting gives 37 shades of grey (36 pixels per spot).
>
I was wrong about the spot function. The spot function determines in what
order the pixels are changed from black to white when stepping through the
shades. The PS Language Refenece Manual, page 85.
The problem with using 256 gray shades is the size of the spot required.
Using:
currentscreen 3 -1 roll pop 18.75 3 1 roll setscreen
You can change the frequency to 18.75 which gives 257 gray shades.
( 16 dots x 16 dots = 256 dots = 257 shades, 300 dpi / 16 dots = 18.75 )
Which is almost 1/16 of an inch per cell. It's a big cell.
A cell that is 1/18 of an inch will not look good in detail images, like
fractals, but it looks ok if you use the whole page to shade from black
to white.
On a 300 dpi QMS PS 810 the default frequency is 60.0, or a 5x5 spot size
for 26 shades of gray.
And a couple questions for my friends in Mountain View.
Why doesn't the above have any affect in psh?
Your not really doing half-toning?
If your not doing half-toning, because you can get all the
shades you need by varing the intensity of every pixel, then
why does psh only give about 10-20 shades of gray?
Thanks,
Bruno
More information about the Comp.sys.sgi
mailing list