home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / pbmplus.txt < prev    next >
Text File  |  1997-09-22  |  2KB  |  51 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR PBMPLUS:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: PBMPLUS - Tools for converting image formats
  6.  
  7. Version: 10dec91
  8.  
  9. Author(s): Jef Poskanzer <jef@acme.com>
  10.  
  11. On the CD-ROM in: goodies/pbmplus.tar
  12.  
  13. Ftp source: ftp.ee.lbl.gov:/pbmplus10dec91.tar.Z
  14. Web page: http://www.acme.com/software/pbmplus/
  15.  
  16. Size on the CD: 1.9 MB (uncompressed)
  17.  
  18. Description:
  19.  
  20.     PBMPLUS is a toolkit for converting various image formats to and
  21.     from portable formats, and therefore to and from each other. The
  22.     idea is, if you want to convert among N image formats, you only
  23.     need 2*N conversion filters, instead of the N^2 you would need if
  24.     you wrote each one separately. 
  25.  
  26.     In addition to the converters, the package includes some simple
  27.     tools for manipulating the portable formats. 
  28.  
  29.     The package is broken up into four parts. First is PBM, for
  30.     bitmaps (1 bit per pixel). Then there is PGM, for grayscale
  31.     images. Next is PPM, for full-color images. Last, there is PNM,
  32.     which does content-independent manipulations on any of the three
  33.     internal formats, and also handles external formats that have
  34.     multiple types. 
  35.  
  36.     The parts are upwards compatible: PGM reads both PGM and PBM
  37.     files and writes PGM; PPM reads all three and writes PPM; and PNM
  38.     reads all three and writes, usually, the same type as it read.
  39.     Whenever PNM makes an exception and "promotes" a file to a higher
  40.     format, it lets you know. 
  41.     
  42.     -- quoted from README by Jef Poskanzer in pbmplus10dec91 distribution
  43.  
  44. Advertised architectures:
  45.  
  46.     Not stated
  47.  
  48. Prerequisites:
  49.     
  50.     C compiler
  51.