home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / packer / jpeg3_st / header < prev    next >
Encoding:
Text File  |  1992-12-02  |  1.7 KB  |  37 lines

  1. Newsgroups: comp.sources.misc
  2. Subject: v29i001:  jpeg - JPEG image compression, Part01/18
  3. Keywords: JPEG, image compression
  4. Date: 24 Mar 92 06:06:13 GMT
  5. Sender: kent@sparky.imd.sterling.com (Kent Landfield)
  6. Followup-To: comp.sources.d
  7. Organization: Sterling Software
  8. Approved: kent@sparky.imd.sterling.com
  9.  
  10. Submitted-by: jpeg-info@uunet.uu.net (Independent JPEG Group)
  11. Posting-number: Volume 29, Issue 1
  12. Environment: UNIX, VMS, MS-DOS, Mac, Amiga, Cray
  13.  
  14. This package contains C software to implement JPEG image compression and
  15. decompression.  JPEG is a standardized compression method for full-color
  16. and gray-scale images.  JPEG is intended for "real-world" scenes; cartoons
  17. and other non-realistic images are not its strong suit.  JPEG is lossy,
  18. meaning that the output image is not identical to the input image.
  19. The user can trade off output image quality against compressed file size by
  20. adjusting a compression parameter.
  21.  
  22. The distributed programs provide conversion between JPEG "JFIF" format and
  23. image files in PBMPLUS PPM/PGM, Utah RLE, Truevision Targa, and GIF file
  24. formats.  The core compression and decompression modules can easily be
  25. reused in other programs, such as image viewers.  The package is highly
  26. portable C code; we have tested it on many machines ranging from PCs to Crays.
  27.  
  28. We are releasing this software for both noncommercial and commercial use.
  29. Companies are welcome to use it as the basis for JPEG-related products.
  30. We do not ask a royalty, although we do ask for an acknowledgement in
  31. product literature (see the README file in the distribution for details).
  32. We hope to make this software industrial-quality --- although, as with
  33. anything that's free, we offer no warranty and accept no liability.
  34.  
  35. Tom Lane
  36. --------------
  37.