home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume2 / pbm / Part1 / README < prev   
Text File  |  1991-08-07  |  3KB  |  64 lines

  1.                        Portable Bitmap Toolkit
  2.                        Distribution of 28mar88
  3.                     Previous distribution 06mar88
  4.  
  5.  
  6. Included are a number of programs for converting various bitmap formats
  7. to and from a portable format; plus some tools for manipulating the
  8. portable bitmaps.
  9.  
  10.  
  11. Files in this distribution:
  12.  
  13.     README        this
  14.     FORMATS        descriptions of the various bitmap formats
  15.     Makefile        guess
  16.  
  17.     cbmtopbm.c        convert from compact bitmap to portable bitmap
  18.     icontopbm.c        convert from Sun icon to portable bitmap
  19.     macptopbm.c        convert from Macintosh MacPaint to portable bitmap
  20.     rasttopbm.c        convert from Sun raster to portable bitmap
  21.     xbmtopbm.c        convert from X10 or X11 bitmap to portable bitmap
  22.     xwdtopbm.c        convert from X11 window dump file to portable bitmap
  23.     xxxtopbm.c        convert from UNKNOWN BITMAP to portable bitmap
  24.  
  25.     pbmtocbm.c        convert from portable bitmap to compact bitmap
  26.     pbmtoicon.c        convert from portable bitmap to Sun icon
  27.     pbmtorast.c        convert from portable bitmap to Sun raster
  28.     pbmtoxbm.c        convert from portable bitmap to X11 bitmap
  29.     pbmtox10bm.c    convert from portable bitmap to X10 bitmap
  30.     pbmtops.c        convert from portable bitmap to PostScript
  31.     pbmtoptx.c        convert from portable bitmap to Printronix
  32.     pbmtoascii.c    convert from portable bitmap to ASCII graphic form
  33.  
  34.     pbminvert.c        invert a portable bitmap
  35.     pbmcrop.c        crop a portable bitmap
  36.     pbmcatlr.c        concatenate portable bitmaps left to right
  37.     pbmcattb.c        concatenate portable bitmaps top to bottom
  38.     pbmfliplr.c        flip a portable bitmap left for right
  39.     pbmfliptb.c        flip a portable bitmap top for bottom
  40.     pbmtrnspos.c    transpose a portable bitmap x for y
  41.     pbmcut.c        cut a rectangle out of a portable bitmap
  42.     pbmpaste.c        paste a rectangle into a portable bitmap
  43.     pbmenlarge.c    enlarge a portable bitmap N times
  44.     pbmmake.c        create a blank bitmap of a specified size
  45.  
  46.     libpbm.c        a few utility routines
  47.     pbm.h        header file for libpbm
  48.     bmaliases        csh script to make aliases for converting formats
  49.     *.man        manual entries for all of the tools
  50.     bit_reverse.h    useful include file
  51.  
  52.  
  53. Unpack the files, edit Makefile and change the options to suit,
  54. make, and enjoy!  I've tested this stuff under 4.2 BSD, 4.3 BSD,
  55. and System V rel 2.  Nevertheless, I'm sure bugs remain.  Feedback
  56. is welcome - send bug reports, enhancements, checks, money orders,
  57. etc. to the addresses below.
  58.  
  59.  
  60.     Jef Poskanzer
  61.     jef@lbl-rtsg.arpa
  62.     {ucbvax, lll-crg, sun!pacbell, apple, hplabs}!well!pokey
  63.     sun!pacbell!sybase!jef
  64.