home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / Rhapsody / unix / graphic / conversion / imagetools.2.README < prev   
Encoding:
Text File  |  1997-12-12  |  3.4 KB  |  52 lines

  1.  
  2. ImageTools for Rhapsody/PPC
  3. ===========================
  4.  
  5. This archive contains the most recent releases I could find of the IJG's JPEG implementation (v6a), the NetPBM suite of image conversion tools (1mar1994.p1), Sam Leffler's LIBTIFF (v3.4beta037), and giftool (0.9) and gifttrans (note that giftool is shareware, see the README).
  6.  
  7. All utilities in NetPBM were built against the latest version (v3.4beta037) of libtiff. The NetPBM distribution includes a version of libtiff from late 1991; the source to that version appears in a compressed form in the source tree for NetPBM, but the included NetPBM source has been modified to use the latest version of libtiff.
  8.  
  9. All utilities in libtiff were built using libjpeg.
  10.  
  11. The original idea for this package, and the template for this document, are due to Bill Bumgarner <bbum@codefab.com> who produced the original imagetools package for NEXTSTEP.  Any failures to live up to his example are my own.
  12.  
  13. Best wishes,
  14.  
  15. mmalc.  14oct97
  16.  
  17. mmalcolm crawford          (NeXTmail) malcolm@plsys.co.uk
  18. Tel: +44 1494 432422                        P & L Systems
  19. Fax: +44 1494 432478     http://www.plsys.co.uk/~malcolm/
  20.  
  21.  
  22. -------------------------------------------------------------------
  23. The Independent JPEG Group's JPEG software Release 5b (15-Mar-1995)
  24. -------------------------------------------------------------------
  25.  
  26. This package contains C software to implement JPEG image compression and decompression.  JPEG (pronounced "jay-peg") is a standardized compression method for full-color and gray-scale images.  JPEG is intended for compressing "real-world" scenes; line drawings, cartoons and other non-realistic images are not its strong suit.  JPEG is lossy, meaning that the output image is not exactly identical to the input image.  Hence you must not use JPEG if you have to have identical output bits.  However, on typical photographic images, very good compression levels can be obtained with no visible change, and remarkably high compression levels are possible if you can tolerate a low-quality image.
  27.  
  28.  
  29. ---------------------------------
  30. TIFF Software Release v3.4beta037
  31. ---------------------------------
  32.  
  33. This software provides support for the Tag Image Format (TIFF). Included is a library, libtiff, for reading and writing TIFF, a collection of tools for doing simple manipulations of TIFF images, and documentation on the library and tools.  An assortment of TIFF-related software contributed by others is also included.
  34.  
  35. The library, along with associated tool programs, should handle most of your needs for reading and writing files that follow the 5.0 or 6.0 TIFF spec.  There is also considerable support for some of the more esoteric portions of the 6.0 TIFF spec.
  36.  
  37.  
  38. ------------------------------------
  39. N E T P B M  Release 1 March 1994 p1
  40. ------------------------------------
  41.  
  42. Netpbm is a toolkit for conversion of images between a variety of different formats, as well as to allow a few basic image operations. The idea is, if you want to convert among N image formats, you only need 2*N conversion filters, instead of the N^2 you would need if you wrote each one separately.
  43.  
  44. In addition to the converters, the package includes some simple tools for manipulating the portable formats.
  45.  
  46.  
  47. --------------
  48. giftrans v1.12
  49. --------------
  50.  
  51. giftrans converts any GIF file into a GIF89a.  Allows for setting the transparent or background color, changing colors, adding or removing comments. Also code to analyze GIF contents.
  52.