home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / tools / 810 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  2.1 KB

  1. Path: sparky!uunet!olivea!decwrl!pa.dec.com!ninja!dirac.zso.dec.com!newkerk
  2. From: newkerk@zso.dec.com (Oscar Newkerk)
  3. Newsgroups: comp.os.ms-windows.programmer.tools
  4. Subject: Re: Looking for info on jpeg format...
  5. Message-ID: <1992Aug31.212651.11779@ninja.zso.dec.com>
  6. Date: 31 Aug 92 21:26:51 GMT
  7. References: <36720010@hpgrla.gr.hp.com>
  8. Sender: newkerk@dirac.zso.dec.com (Oscar Newkerk)
  9. Reply-To: newkerk@zso.dec.com (Oscar Newkerk)
  10. Organization: Digital Equipment Corporation
  11. Lines: 36
  12. Nntp-Posting-Host: dirac.zso.dec.com
  13.  
  14.  
  15. From the README file in the free JPEG software.  Also there is a mailing list
  16. at jpeg-info@uunet.uu.net
  17.  
  18.  
  19.  REFERENCES
  20. ==========
  21.  
  22. The best and most readily available introduction to the JPEG compression
  23. algorithm is Wallace's article in the April '91 CACM:
  24.         Wallace, Gregory K.  "The JPEG Still Picture Compression Standard",
  25.         Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44.
  26. (Adjacent articles in that issue discuss MPEG motion picture compression,
  27. applications of JPEG, and related topics.)  We highly recommend reading that
  28. article before looking at any of the JPEG software.
  29.  
  30. For more detail about the JPEG standard you pretty much have to go to the
  31. draft standard, which is not nearly as intelligible as Wallace's article.
  32. The current version is ISO/IEC Committee Draft CD 10918-1 dated 1991-03-15.
  33. The standard is not presently available electronically; you must order a paper
  34. copy through ISO.
  35.  
  36. The JPEG standard does not specify all details of an interchangeable file
  37. format.  For the omitted details we follow the "JFIF" conventions, revision
  38. 1.01.  A copy of the JFIF spec is available from:
  39.         Literature Department
  40.         C-Cube Microsystems, Inc.
  41.         399A West Trimble Road
  42.         San Jose, CA  95131
  43.         (408) 944-6300
  44. Requests can also be e-mailed to info@c3.pla.ca.us (this address good after
  45. 10/10/91).  The same source can supply copies of the draft JPEG-in-TIFF specs.
  46.  
  47. If you want to understand this implementation, start by reading the
  48. "architecture" documentation file.  Please read "codingrules" if you want to
  49. contribute any code.
  50.