home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / compress / 4140 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  3.2 KB

  1. Xref: sparky comp.compression:4140 comp.compression.research:341 comp.graphics:12839 alt.graphics.pixutils:2717 alt.binaries.pictures.utilities:2096
  2. Newsgroups: comp.compression,comp.compression.research,comp.graphics,alt.graphics.pixutils,alt.binaries.pictures.utilities
  3. Path: sparky!uunet!wupost!udel!rochester!cantaloupe.srv.cs.cmu.edu!tgl
  4. From: tgl+@cs.cmu.edu (Tom Lane)
  5. Subject: Version 4 of free JPEG software released
  6. Message-ID: <Bz80DH.G5t.2@cs.cmu.edu>
  7. Followup-To: comp.compression
  8. Keywords: JPEG, image compression
  9. Sender: news@cs.cmu.edu (Usenet News System)
  10. Nntp-Posting-Host: g.gp.cs.cmu.edu
  11. Reply-To: jpeg-info@uunet.uu.net
  12. Organization: School of Computer Science, Carnegie Mellon
  13. Date: Sun, 13 Dec 1992 23:10:22 GMT
  14. Lines: 55
  15.  
  16. The Independent JPEG Group is proud to announce the fourth public release
  17. of our free JPEG image compression software.
  18.  
  19. The C source code, documentation, and test files are available for anonymous
  20. FTP from FTP.UU.NET (137.39.1.9), file graphics/jpeg/jpegsrc.v4.tar.Z.
  21. The package will shortly be available on CompuServe, in the GRAPHSUPPORT
  22. forum (GO PICS), library 15, as jpsrc4.zip.  We intend to post the source
  23. code in comp.sources.misc and executables in appropriate binaries groups.
  24.  
  25.  
  26. The distributed code provides conversion between JPEG "JFIF" format and
  27. image files in PBMPLUS PPM/PGM, Utah RLE, Truevision Targa, and GIF file
  28. formats.  The core compression and decompression modules can easily be
  29. reused in other programs, such as image viewers.  The package is highly
  30. portable C code; we have tested it on many machines ranging from PCs to
  31. Crays.
  32.  
  33. Important improvements over version 3 include:
  34.  
  35. * Significant speedups.  The basic JPEG compression and decompression
  36.   operations are typically about a factor of 2 faster than v3.  (Your
  37.   mileage will vary depending on CPU type and C compiler.)
  38.  
  39. * Improved image quality, due to more accurate DCT and resampling
  40.   algorithms.
  41.  
  42. * Error recovery capability has been added to the decompressor, so that
  43.   it can cope with damaged JPEG files.  While damage to the compressed
  44.   data will scramble the output image, the effects of damage can be
  45.   confined to small areas of the image if the file was originally created
  46.   with "restart" markers.  Even severe damage will only result in loss of
  47.   the damaged restart segments; the rest of the image can still be recovered.
  48.  
  49. * Redesigned command line switches provide access to more JPEG parameter
  50.   settings, including restart marker generation in the compressor.
  51.  
  52. * There is an option for smoothing the input image before JPEG compression.
  53.   This helps a lot when converting dithered GIFs to JPEG.
  54.  
  55. * Portability is even better than v3.
  56.  
  57.  
  58. We are releasing this software for both noncommercial and commercial use.
  59. Companies are welcome to use it as the basis for JPEG-related products.
  60. We do not ask a royalty, although we do ask for an acknowledgement in
  61. product literature (see the README file in the distribution for details).
  62. We hope to make this software industrial-quality --- although, as with
  63. anything that's free, we offer no warranty and accept no liability.
  64.  
  65. Please direct any questions about this software to jpeg-info@uunet.uu.net.
  66.  
  67. -- 
  68.             Dr. Thomas G. Lane
  69.             organizer, Independent JPEG Group
  70. Internet: tgl@cs.cmu.edu    BITNET: tgl%cs.cmu.edu@cmuccvma
  71.