home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / compress / research / 389 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!Germany.EU.net!urmel.informatik.rwth-aachen.de!tabaqui!dak
  2. From: dak@tabaqui.informatik.rwth-aachen.de (David Kastrup)
  3. Newsgroups: comp.compression.research
  4. Subject: Re: best way to describe jpeg
  5. Date: 24 Jan 93 10:06:20 GMT
  6. Organization: Rechnerbetrieb Informatik - RWTH Aachen
  7. Lines: 19
  8. Distribution: comp
  9. Message-ID: <dak.727869980@tabaqui>
  10. References: <1993Jan15.2816.1029@dosgate> <1993Jan24.020112.9370@netcom.com>
  11. NNTP-Posting-Host: tabaqui.informatik.rwth-aachen.de
  12.  
  13. pdh@netcom.com (Phil Howard ) writes:
  14.  
  15.  
  16. >            A summary of JPEG
  17. >                by
  18. >            Philip D. Howard
  19.  
  20.  
  21. >JPEG works with 24-bit color images.  It functions separately in each of the
  22. >3 primary colors, that is, do the reds, then do the greens, then do the blues.
  23. >The three colors are 8 bits each.  It also works with gray scale 8-bit.  The
  24. >theory could also be applied in other ways.
  25.  
  26. The rest agrees pretty much with what I know. However, I think I remember
  27. that JPEG did not use a RGB model, but some other color model. This is
  28. because changes in luminosity are more easy spotted by the human eye
  29. than changes in saturation in hue. The exact color model I do not know,
  30. but I think I remember that about double the number of information was
  31. kept for luminosity than for the other two color vectors.
  32.