home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / graphics / jpeg6.README < prev    next >
Encoding:
Text File  |  1995-09-10  |  3.1 KB  |  68 lines

  1. >Newsgroups: comp.archives.msdos.announce
  2. >From: "Tom Lane" <tgl@sss.pgh.pa.us>
  3. >Date: Sat, 02 Sep 95 18:46:42 +0400
  4. >Subject: jpegsrc6.zip/jpeg6.zip - JPEG compression/decompression
  5. >Message-ID: <306985637@f218.n5020.z2.ftn>
  6.  
  7. I have uploaded to SimTel, the Coast to Coast Software Repository (tm),
  8. (available by anonymous ftp from the primary mirror site ftp.coast.net
  9. and the secondary mirrors of SimTel):
  10.  
  11. ftp://ftp.coast.net/SimTel/msdos/graphics/jpegsrc6.zip
  12. ftp://ftp.coast.net/SimTel/msdos/graphics/jpeg6.zip
  13. ftp://ftp.coast.net/SimTel/msdos/graphics/jpeg6386.zip
  14.  
  15. SimTel/msdos/graphics/
  16. jpegsrc6.zip    Source code for JPEG compression/decompression
  17. jpeg6.zip       Convert JPEG files to/from BMP,GIF,PPM,PGM,TGA
  18. jpeg6386.zip    Faster version of jpeg6.zip for 386 or better
  19.  
  20. These files are source and DOS executables for release 6 of the
  21. Independent JPEG Group's free JPEG image compression code.  The IJG code
  22. includes a reusable JPEG compression/decompression library, plus sample
  23. applications "cjpeg" and "djpeg", which perform conversion between JPEG
  24. JFIF format and image files in PPM/PGM (PBMPLUS), GIF, BMP, and Targa
  25. formats.  A third application "jpegtran" provides lossless transcoding
  26. between different JPEG formats --- for example, it can convert a baseline
  27. JPEG file to an equivalent progressive JPEG file.  Two small applications
  28. "wrjpgcom" and "rdjpgcom" insert and extract textual comments in JFIF
  29. files.
  30.  
  31. The principal improvement in version 6 is support of progressive JPEG.
  32. Progressive JPEG allows an image to be stored in multiple scans of
  33. increasing quality.  The initial scan provides a low-resolution image in
  34. very little storage space, typically perhaps 10% of the total file.
  35. Additional scans improve the quality, with the final image being exactly
  36. equivalent to a baseline JPEG file of the same quality setting.  The
  37. total space required is about the same as for the equivalent baseline
  38. JPEG file (or even a little less).
  39.  
  40. We expect that progressive JPEG will prove extremely popular on the
  41. World Wide Web, and in any other situation where an image is to be
  42. viewed as it is received over a slow communications link.  For images
  43. for which JPEG is appropriate (photos and such), progressive JPEG far
  44. surpasses interlaced GIF in both total transmission time and the visual
  45. appearance of the image refinement sequence.
  46.  
  47. The new IJG library provides full support for performing progressive
  48. display of an incoming file.  If an application does not require
  49. progressive rendering, only recovery of the final image, then no changes
  50. to IJG v5-using code are required: just recompile with the new library
  51. to be able to read progressive-JPEG files.
  52.  
  53. jpeg6.zip is a "vanilla" version for any DOS machine.  jpeg6386.zip is
  54. a faster 32-bit version; it will run only on 386 or better CPUs with at
  55. least 1Mb extended or expanded memory.  Source code is provided in
  56. jpegsrc6.zip.
  57.  
  58. jpegsrc6.zip, jpeg6.zip and jpeg6386.zip have replaced
  59. jpgsrc5a.zip, jpg5a.zip and jpg5a386.zip respectively.
  60.  
  61. Please direct any questions about this software to jpeg-info@uunet.uu.net.
  62.  
  63. Free.  Uploaded by the principal author.
  64.  
  65. Tom Lane
  66. organizer, Independent JPEG Group
  67. tgl@sss.pgh.pa.us
  68.