home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / graphics / 9464 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  2.7 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!rutgers!ub!galileo.cc.rochester.edu!uhura.cc.rochester.edu!mdsp_ltd
  2. From: mdsp_ltd@uhura.cc.rochester.edu (Pooch)
  3. Newsgroups: comp.graphics
  4. Subject: Re: Question: difference in viewed and printed images
  5. Message-ID: <1992Sep5.030242.24988@galileo.cc.rochester.edu>
  6. Date: 5 Sep 92 03:02:42 GMT
  7. References: <1565@eagle.ukc.ac.uk> <mack.715549997@deci> <6017@m1.cs.man.ac.uk>
  8. Sender: news@galileo.cc.rochester.edu
  9. Organization: University of Rochester - Rochester, New York
  10. Lines: 39
  11. Nntp-Posting-Host: uhura.cc.rochester.edu
  12.  
  13. In response to all this talk about printing black and white, grayscale, and 
  14. color images, I'd like to offer some expertese:
  15.  
  16.   The PostScript language uses certain programmable algorythms to halftone
  17. a source image so that it can be rendered on a particular output device. This
  18. output device is not necessesarily 1 bit (black and white); PostScript
  19. can image to any output device, in any bit plane. As in the case of the 
  20. Tektronix Phaser IId or the Phaser III, the halftoning algorythms are adjusted
  21. by the vendor to match the particular device: the IId can print with 8 bits
  22. per color, and the Phaser III has built-in error diffusion screening.
  23.  
  24.   Image data sent to PostScript is not pre-adjusted. It is in fact raw data, in
  25. as many bits per pixel as the driving application desires, limited only by mem-
  26. ory. PostScript level II adds the ability to specify the source image in any
  27. device space - RGB, CMY, CMYK, or any CIE space.
  28.  
  29.   Digital halftoning was devoloped to mimic the photographic halftoning process
  30. used in the offset plate-making process. Each digital algorythmic approximation
  31. has its set of attributes and drawbacks - and each will change the way an image
  32. is rendered from ideal. For example, the 'default' growth algorythm in the 
  33. Apple LaserWriter series causes a harsh transition as the data crosses the 50% 
  34. black point. This can be helped by changing the growth algorythm to the text-
  35. book circle, or oval, but these algorythms destroy fine hilight definition.
  36.  
  37.   Gamma compensation can help tremendously, as can decreasing screen frequency,
  38. although the latter will increase the grainyness of the image. There is a 
  39. direct tradeoff between number of shades available at a certain screen angle, 
  40. and the screen frequency.
  41.  
  42.   I hope this helps.  If there are more questions that I can answer, don't 
  43. hesitate to E-mail me.
  44.  
  45.  
  46.  
  47. -- 
  48. +-------------------------------------------------------------------------+
  49. |    Marc D. Spencer, C.E. WRUR-FM   | Technology is a way of organizing  |
  50. |   mdsp_ltd@uhura.cc.rochester.edu  |  the universe so that man doesn't  |
  51. |                                    |  have to experience it    -Frisch  |
  52.