home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / software / unix / jpeg / readme.txt < prev   
Text File  |  1994-06-01  |  2KB  |  49 lines

  1. Independent JPEG Group's free JPEG software
  2. -------------------------------------------
  3.  
  4. This package contains C software to implement JPEG image compression and
  5. decompression.  JPEG is a standardized compression method for full-color
  6. and gray-scale images.  JPEG is intended for "real-world" scenes; cartoons
  7. and other non-realistic images are not its strong suit.  JPEG is lossy,
  8. meaning that the output image is not identical to the input image.
  9. The user can trade off output image quality against compressed file size by
  10. adjusting a compression parameter.
  11.  
  12. The distributed programs provide conversion between JPEG "JFIF" format and
  13. image files in PBMPLUS PPM/PGM, Utah RLE, Truevision Targa, and GIF file
  14. formats.  The core compression and decompression modules can easily be
  15. reused in other programs, such as image viewers.  The package is highly
  16. portable C code; we have tested it on many machines ranging from PCs to Crays.
  17.  
  18. We are releasing this software for both noncommercial and commercial use.
  19. Companies are welcome to use it as the basis for JPEG-related products.
  20. We do not ask a royalty, although we do ask for an acknowledgement in
  21. product literature (see the README file in the distribution for details).
  22. We hope to make this software industrial-quality --- although, as with
  23. anything that's free, we offer no warranty and accept no liability.
  24.  
  25. For more information, contact jpeg-info@uunet.uu.net.
  26.  
  27.  
  28. Contents of this directory
  29. --------------------------
  30.  
  31. jpegsrc.vN.tar.Z contains source code, documentation, and test files for
  32. release N.
  33.  
  34. wallace.ps.Z is a PostScript file of Greg Wallace's introductory article
  35. about JPEG.  This is an update of the article that appeared in the April
  36. 1991 Communications of the ACM.
  37.  
  38. jpeg.documents tells where to obtain the JPEG standard and documents
  39. about JPEG-related file formats.
  40.  
  41. jfif.ps.Z is a PostScript file of the JFIF (JPEG File Interchange Format)
  42. format specification.
  43.  
  44. jfif.txt.Z is a plain text transcription of the JFIF specification; it's
  45. missing a figure, so use the PostScript version if you can.
  46.  
  47. pm.errata is the errata list for the first printing of the textbook
  48. "JPEG Still Image Data Compression Standard" by Pennebaker and Mitchell.
  49.