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

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