home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / converters / pbmplus / index next >
Encoding:
Text File  |  1990-06-20  |  2.2 KB  |  63 lines

  1. Notes: Programs that can read PPM files can also read PGM and PBM files.
  2.        Programs that can read PGM files can also read PBM files.
  3.        PNM programs can read any format file, and write the same format
  4.            that they read.
  5.  
  6.  
  7. PBM handles the following formats:        READING       WRITING
  8.  
  9.     Sun icon file                icontopbm  pbmtoicon
  10.     Sun raster file                rasttopbm  pbmtorast
  11.     X11 bitmap file                xbmtopbm   pbmtoxbm
  12.     X10 bitmap file                xbmtopbm   pbmtox10bm
  13.     MacPaint                    macptopbm  pbmtomacp
  14.     CMU window manager format            cmuwmtopbm pbmtocmuwm
  15.     MGR format                    mgrtopbm   pbmtomgr
  16.     Group 3 FAX                    g3topbm    pbmtog3
  17.     X11 window dump file            xwdtopbm   pbmtoxwd
  18.     X10 window dump file            xwdtopbm
  19.     Xerox doodle brushes            brushtopbm
  20.     GEM .img format                gemtopbm
  21.     PC paintbrush (.pcx) format            pcxtopbm
  22.     PICT                    picttopbm
  23.     ASCII graphics                       pbmtoascii
  24.     HP LaserJet format                       pbmtolj
  25.     GraphOn graphics                       pbmtogo
  26.     BBN BitGraph graphics                   pbmtobg
  27.     Printronix format                       pbmtoptx
  28.  
  29. PGM handles the following formats:
  30.  
  31.     TIFF                    tifftopgm
  32.     Usenix FaceSaver file            fstopgm
  33.     HIPS                    hipstopgm
  34.     FITS                    fitstopgm  pgmtofits
  35.     PostScript "image" data            psidtopgm
  36.     raw grayscale bytes                rawtopgm
  37.     Encapsulated PostScript                   pgmtops
  38.  
  39. PPM handles the following formats:
  40.  
  41.     color Sun raster file            rasttoppm  ppmtorast
  42.     GIF                        giftoppm   ppmtogif
  43.     Amiga IFF ILBM                ilbmtoppm  ppmtoilbm
  44.     color X11 window dump file            xwdtoppm   ppmtoxwd
  45.     color X10 window dump file            xwdtoppm
  46.     MTV ray-tracer output            mtvtoppm
  47.     QRT ray-tracer output            qrttoppm
  48.     TrueVision Targa file            tgatoppm
  49.     Img-whatnot file                imgtoppm
  50.     color Encapsulated PostScript               ppmtops
  51.  
  52. PNM performs the following operations:
  53.  
  54.     concatenate portable anymaps             pnmcat
  55.     crop a portable anymap                 pnmcrop
  56.     cut a rectangle out of a portable anymap         pnmcut
  57.     enlarge a portable anymap                 pnmenlarge
  58.     perform flip operations on a portable anymap     pnmflip
  59.     invert a portable anymap                 pnminvert
  60.     paste a rectangle into a portable anymap         pnmpaste
  61.     replicate a portable anymap into a
  62.         specified size                     pnmtile
  63.