home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / graphics / 12889 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.1 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!yale.edu!ira.uka.de!Sirius.dfn.de!th-ilmenau.RZ.TH-Ilmenau.DE!hpux.rz.uni-jena.de!pfk
  2. From: pfk@rz.uni-jena.de (Frank Klemm)
  3. Newsgroups: comp.graphics
  4. Subject: Re: COLOR DITHERING REFERENCES?
  5. Message-ID: <1992Dec14.201842.27846@rz.uni-jena.de>
  6. Date: 14 Dec 92 20:18:42 GMT
  7. References: <107270002@hpfcso.FC.HP.COM>
  8. Sender: pfk@rz.uni-jena.de (Frank Klemm)
  9. Reply-To: pfk@rz.uni-jena.de (Frank Klemm)
  10. Organization: Friedrich-Schiller-University Jena, Germany
  11. Lines: 11
  12.  
  13.  
  14. In article <107270002@hpfcso.FC.HP.COM>, yip@hpfcso.FC.HP.COM (Tom Yip) writes:
  15. |> Can anyone direct me to a reference for color dithering methods, and
  16. |> dithering in general.  Books with sample C source would be ideal.
  17. |> Please E-Mail me, as a may not see the response to this note.
  18. |> 
  19. Dithering of color is nearly the same as dithing of B/W. You must do it seperatly for
  20. all 3 color planes. For DOS + SS24 I have programmed a sample using the 1280x1024x16, 1024x768x256,
  21. 800x600x32k and 640x480x16M color modes to display true color pictures (TARGA24).
  22.  
  23. Frank
  24.