home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / 11817 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  824 b 

  1. Path: sparky!uunet!gumby!wupost!uwm.edu!point.cs.uwm.edu!govind
  2. From: govind@point.cs.uwm.edu (Govind Seshadri)
  3. Newsgroups: comp.graphics
  4. Subject: What is this Grayscaling Formula called ??
  5. Date: 12 Nov 1992 23:34:17 GMT
  6. Organization: University of Wisconsin, Milwaukee
  7. Lines: 17
  8. Distribution: world
  9. Message-ID: <1duplpINN8h4@uwm.edu>
  10. NNTP-Posting-Host: 129.89.2.5
  11.  
  12.  
  13. Hello All!
  14.  
  15. I was wondering as to what the following formula which obtains the
  16. corrosponding Grayscale (luminance) of the RGB triplet was called ?
  17. i.e. what is the name of this formula...
  18.  
  19. Grayscale =  0.299 * Red + 0.587 * Green + 0.114 * Blue ;
  20.  
  21. What are the origins or the logic behind specifying these values ?
  22.  
  23. I have experimented with different values for the same but obviously
  24. these seem to give me the best results.....
  25.  
  26. Thanks in advance.
  27.  
  28. Govind
  29.