home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / graphics / imagetools.2.README < prev    next >
Encoding:
Text File  |  1995-07-22  |  3.2 KB  |  80 lines

  1. CHANGES
  2. =======
  3.  
  4. 1. New version of libtiff (beta 3.016).  Includes html documentation.
  5. 2. Compiled netpbm.  Removed pbmplus.
  6. 3. Includes jpeg and tiff header files (duh!).
  7. 4. Includes giftrans and giftool (giftool is shareware!
  8.     if you decide to use it, see:
  9.     http://www.homepages.com/)
  10.  
  11. b.bum
  12. <bbum@friday.com>
  13.  
  14. ImageTools for NEXTSTEP
  15. =======================
  16.  
  17. Enclosed in this archive are the latest releases (known to bbum,
  18. anyway) of the IJG's JPEG implementation,  the PBMPLUS package of
  19. image conversion tools, and Sam Leffler's LIBTIFF.  A more detailed
  20. description of each is included below (mostly ripped from the
  21. READMEs-- see the READMEs for more information about each package).
  22.  
  23. All utilities in libtiff were built using libjpeg.
  24.  
  25. All utilities in PBMPLUS were built against the latest version of
  26. libtiff.  The PBMPLUS distribution includes a version of libtiff from
  27. late 1991;  the source to that version appears in a compressed form in
  28. the source tree for PBMPLUS, but the included PBMPLUS source has been
  29. modified to use the latest version of libtiff.
  30.  
  31. Send me mail if you have any problems with this package!
  32.  
  33. b.bum
  34. <bbum@friday.com>
  35.  
  36. -------------------------------------------------------------------
  37. The Independent JPEG Group's JPEG software Release 5b (15-Mar-1995)
  38. -------------------------------------------------------------------
  39.  
  40. This package contains C software to implement JPEG image compression
  41. and decompression.  JPEG (pronounced "jay-peg") is a standardized
  42. compression method for full-color and gray-scale images.  JPEG is
  43. intended for compressing "real-world" scenes; cartoons and other
  44. non-realistic images are not its strong suit.  JPEG is lossy, meaning
  45. that the output image is not necessarily identical to the input image.
  46. Hence you must not use JPEG if you have to have identical output bits.
  47. However, on typical images of real-world scenes, very good compression
  48. levels can be obtained with no visible change, and amazingly high
  49. compression levels are possible if you can tolerate a low-quality
  50. image.
  51.  
  52. ---------------------------------
  53. TIFF Software Release v3.4beta004
  54. ---------------------------------
  55.  
  56. This is software provides support for the Tag Image Format (TIFF).
  57. Included is a library, libtiff, for reading and writing TIFF, a
  58. collection of tools for doing simple manipulations of TIFF images, and
  59. documentation on the library and tools.  A random assortment of
  60. TIFF-related software contributed by others is also included.
  61.  
  62. The library, along with associated tool programs, should handle most of
  63. your needs for reading and writing files that follow the 5.0 or 6.0
  64. TIFF spec.  There is also considerable support for some of the more
  65. esoteric portions of the 6.0 TIFF spec.
  66.  
  67. --------------------------------
  68. Extended Portable Bitmap Toolkit
  69. Distribution of 10dec91
  70. --------------------------------
  71.  
  72. PBMPLUS is a toolkit for converting various image formats to and from
  73. portable formats, and therefore to and from each other.  The idea is,
  74. if you want to convert among N image formats, you only need 2*N
  75. conversion filters, instead of the N^2 you would need if you wrote each
  76. one separately.
  77.  
  78. In addition to the converters, the package includes some simple tools
  79. for manipulating the portable formats.
  80.