home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / COMMAND_SUMMARY < prev    next >
Text File  |  1996-11-18  |  11KB  |  230 lines

  1.  
  2.          Jef Poskanzer's -- Extended Portable Bitmap Toolkit
  3.                 NetPbm   version   1mar94 plus patches
  4.  
  5. ------------------------------------------------------------------------------
  6.  
  7. PBMPLUS is a toolkit for converting various image formats to and from
  8. portable formats, and therefore to and from each other.
  9.  
  10. In addition to the converters, the package includes some simple tools for
  11. manipulating the portable formats.
  12.  
  13. The package is broken up into four parts.  First is PBM, for bitmaps (1
  14. bit per pixel).  Then there is PGM, for grayscale images.  Next is PPM,
  15. for full-color images.  Last, there is PNM, which does content-independent
  16. manipulations on any of the three internal formats, and also handles
  17. external formats that have multiple types.
  18.  
  19. Note the parts are upward compatable PGM commands can be used on PBM files
  20. and PNM can be used on any Portiable Bitmap Files.
  21.  
  22. The commands are installed in the ``/usr/X11R6/pbmplus'' directory
  23. on Gucis and Kurango. You should add this to your path if you wish to try
  24. them out.
  25.  
  26.     Anthony Thyssen       13 August 1995       <anthony@cit.gu.edu.au>
  27.  
  28. ------------------------------------------------------------------------------
  29.  
  30. COMMAND SUMMERY
  31.  
  32. PBM Format  (Bitmap)
  33.  
  34.     atktopbm        convert Andrew Toolkit raster object to PBM
  35.     brushtopbm        convert Xerox doodle brushes to PBM
  36.     cmuwmtopbm        convert CMU window manager format to PBM
  37.     g3topbm        convert Group 3 FAX to PBM
  38.     gemtopbm        convert GEM .img format to PBM
  39.     icontopbm        convert Sun icon to PBM
  40.     macptopbm        convert MacPaint to PBM
  41.     mgrtopbm        convert MGR format to PBM
  42.     pi3topbm        convert Atari Degas .pi3 to PBM
  43.     pktopbm             conversion from a packed (PK) format font
  44.     xbmtopbm        convert X10 or X11 bitmap to PBM
  45.     ybmtopbm        convert Bennet Yee "face" file into PBM
  46.  
  47.     pbmto10x        convert PBM to Gemini 10x printer graphics
  48.     pbmto4425           display PBM on AT&T 4425 terminal (132 col mode)
  49.     pbmtoascii        convert PBM to ASCII graphics (improved)
  50.     pbmtoatk        convert PBM to Andrew Toolkit raster object
  51.     pbmtobbnbg        convert PBM to BBN BitGraph graphics
  52.     pbmtocmuwm        convert PBM to CMU window manager format
  53.  *  pbmtoepsi           convert PBM to encapsulated PS preview bitmap
  54.     pbmtoepson        convert PBM to Epson printer graphics
  55.     pbmtog3        convert PBM to Group 3 FAX
  56.     pbmtogem        convert PBM into GEM .img file
  57.     pbmtogo        convert PBM to GraphOn graphics
  58.     pbmtoicon        convert PBM to Sun icon
  59.     pbmtolj        convert PBM to HP LaserJet graphics
  60.     pbmtoln03           convert PBM to DEC LN03+
  61.     pbmtolps            a Fast PostScript creator
  62.     pbmtomacp        convert PBM to MacPaint
  63.     pbmtomgr        convert PBM to MGR format
  64.     pbmtopi3        convert PBM to Atari Degas .pi3
  65.     pbmtopk             conversion to a packed (PK) format font
  66.     pbmtoplot        convert PBM into Unix plot(5) file
  67.     pbmtoptx        convert PBM to Printronix graphics
  68.     pbmtox10bm        convert PBM to X10 bitmap
  69.     pbmtoxbm        convert PBM to X11 bitmap
  70.     pbmtoybm        convert PBM into Bennet Yee "face" file
  71.     pbmtozinc        convert PBM to Zinc Interface Library icon
  72.  
  73.     pbmclean            flip isolated pixels in bitmap
  74.     pbmlife        apply Conway's rules of Life to a PBM
  75.     pbmmake        create a blank bitmap of a specified size
  76.     pbmmask        create a mask bitmap from a regular bitmap
  77.     pbmpscale           enlarge pbm image with edge smoothing
  78.     pbmreduce        reduce a PBM N times, using Floyd-Steinberg
  79.     pbmtext        render text into a bitmap (with BDF font support)
  80.     pbmupc        create a Universal Product Code bitmap
  81.  
  82. PGM Format  (Greymap -- Grey Scale Images)
  83.  
  84.  *  asciitopgm          convert ASCII graphics to PGM
  85.     bioradtopgm         convert biorad confocal microscope files to PGM
  86.     fstopgm        convert Usenix FaceSaver(tm) format to PGM
  87.     hipstopgm        convert HIPS format to PGM
  88.     lispmtopgm        convert a Lisp Machine bitmap file into pgm format
  89.     pbmtopgm            convert PBM to PGM by averaging areas
  90.     psidtopgm        convert PostScript "image" data to PGM
  91.     rawtopgm        convert raw grayscale bytes to PGM (without file size)
  92.     spottopgm           convert SPOT satellite images to PGM
  93.  
  94.     pgmtofs        convert PGM to Usenix FaceSaver(tm) format
  95.     pgmtolispm        convert PGM into Lisp Machine format
  96.     pgmtopbm        convert PGM to portable bitmap
  97.  *  pgmtoppm        convert PGM to portable pixmap
  98.  
  99.     pgmbentley        Bentleyize a PGM
  100.     pgmcrater        create cratered terrain by fractal forgery
  101.     pgmedge        edge-detect a PGM
  102.     pgmenhance        edge-enhance a PGM
  103.     pgmhist        print a histogram of the values in a PGM
  104.  *  pgmkernel           generate a convolution kernel (for pnmconvol use)
  105.     pgmnoise            create a PGM made up of white noise
  106.     pgmnorm        normalize contrast in a PGM
  107.     pgmoil        turn a PGM into an oil painting
  108.     pgmramp        generate a grayscale ramp
  109.     pgmtexture        calculate textural features on a PGM
  110.  
  111. PPM Format  (Pixmap -- Color images)
  112.  
  113.     bmptoppm            convert PC Windows bitmap format to PPM
  114.     gouldtoppm        convert Gould scanner file to PPM
  115.  *  hpcdtoppm           convert a Photo-CD file to PPM
  116.     ilbmtoppm        convert IFF ILBM to PPM (updated)
  117.     imgtoppm        convert Img-whatnot to PPM
  118.     mtvtoppm        convert MTV ray-tracer output to PPM
  119.     pcxtoppm        convert PC Paintbrush format to PPM
  120.     pgmtoppm        colorize a portable graymap into a PPM
  121.     pi1toppm        convert Atari Degas .pi1 to PPM
  122.     picttoppm        convert Macintosh PICT to PPM
  123.     pjtoppm        convert HP PaintJet file to PPM
  124.     qrttoppm        convert QRT ray-tracer output to PPM
  125.     rawtoppm        convert raw RGB bytes to PPM
  126.     rgb3toppm        combine three portable graymaps into one PPM
  127.     sldtoppm        convert an AutoCAD slide file into a PPM
  128.     spctoppm        convert Atari compressed Spectrum to PPM
  129.     sputoppm        convert Atari uncompressed Spectrum to PPM
  130.     tgatoppm        convert TrueVision Targa file to PPM
  131.     ximtoppm        convert Xim to PPM
  132.     xpmtoppm        convert XPM format (v3) to PPM
  133.   * xvminitoppm         convert XV "thumbnail" picture to PPM
  134.     yuvsplittoppm       convert YUV triplets. (MPEG / JPEG) to PPM
  135.     yuvtoppm        convert Abekas YUV format to PPM
  136.  
  137.     ppmtoacad        convert PPM to AutoCAD database or slide
  138.     ppmtobmp            convert PPM to PC Windows bitmap format
  139.     ppmtogif        convert PPM to GIF (updated and both directions)
  140.     ppmtoicr        convert PPM to NCSA ICR graphics
  141.     ppmtoilbm        convert PPM to IFF ILBM (updated)
  142.     ppmtomap            extract all colors from a ppm file
  143.     ppmtomitsu          convert PPM to Mitsubishi S340-10 printer format
  144.     ppmtopcx        convert PPM to PC Paintbrush format
  145.     ppmtopgm        convert PPM to portable graymap
  146.     ppmtopi1        convert PPM to Atari Degas .pi1
  147.     ppmtopict        convert PPM to Macintosh PICT
  148.     ppmtopj        convert PPM to HP PaintJet file
  149.     ppmtopjxl           convert PPM into an HP PaintJet XL PCL file
  150.     ppmtopuzz        convert PPM to X11 "puzzle" file
  151.     ppmtorgb3        separate PPM into three portable graymaps
  152.     ppmtosixel        convert PPM to DEC sixel format
  153.     ppmtotga        convert PPM to TrueVision Targa file
  154.     ppmtouil        convert PPM to Motif UIL icon file
  155.     ppmtoxpm        convert PPM to XPM format (v3)
  156.     ppmtoyuv        convert PPM to Abekas YUV format
  157.     ppmtoyuvsplit       convert PPM to YUV triplets. (MPEG / JPEG)
  158.  
  159.     ppm3d               merge two PPM files into a red/blue 3d glasses PPM
  160.     ppmbrighten         change image saturation and value on an HSV map
  161.     ppmchange           change one color into another color
  162.     ppmdim              dim a portable pixmap (simular to ppmbrighten)
  163.     ppmdist             Simplistic grayscale convert for colour images
  164.     ppmdither        ordered dither for color images
  165.     ppmflash            brighten a picture (simular to ppmbrighten)
  166.     ppmforge        fractal forgeries of clouds, planets, and starry skies
  167.     ppmhist        print a histogram of a PPM
  168.     ppmmake        create a pixmap of a specified size and color
  169.     ppmmix              blend together two portable pixmaps (fade between)
  170.     ppmnorm             Normalize the contrast in a portable pixmap
  171.     ppmntsc             make PPM look like a tv image (dim every other row)
  172.     ppmpat        create a pretty pixmap
  173.     ppmquant        quantize colors down to a specified number
  174.     ppmquantall        script to run ppmquant on a set of pixmaps
  175.     ppmqvga             Eight plane quantization
  176.     ppmrelief        run a Laplacian Relief filter on a PPM
  177.     ppmshift            shift rows randomly left and right (water reflection)
  178.     ppmspread           displace pixels by random amounts (unfocus image)
  179.  
  180. PNM Format  (Anymap -- works on bitmaps, graymap and pixmaps)
  181.  
  182.     anytopnm        script to attempt to convert any format to PNM
  183.  *  fitstopnm           convert FITS format to PNM
  184.     giftopnm            convert GIF to the appropiate PNM
  185.  *  pstopnm             convert Postscript to PNM (via the ghostscript program)
  186.     rasttopnm        convert Sun raster file to PNM
  187.  *  sgitopnm            convert SGI image file to PNM
  188.     sirtopnm            convert Solitaire image recorder format to PNM
  189.     tifftopnm        convert TIFF file to PNM
  190.     xwdtopnm        convert X10 or X11 window dump to PNM
  191.     zeisstopnm          convert Zeiss confocal microscopes to PNM
  192.  
  193.     pnmtoddif           convert PNM to ddif format (dec image format?)
  194.  *  pnmtofits           convert PNM to FITS format
  195.     pnmtops        convert PNM to PostScript
  196.     pnmtorast        convert PNM to Sun raster file
  197.  *  pnmtosgi            convert PNM to SGI image file
  198.     pnmtosir            convert PNM to Solitaire image recorder format
  199.     pnmtotiff        convert PNM to TIFF file
  200.     pnmtoxwd        convert PNM to X11 window dump
  201.  
  202.  *  pnmalias            antialias a PNM  (remove the jaggies!)
  203.     pnmarith        perform arithmetic on two PNMs
  204.     pnmcat        concatenate PNMs
  205.     pnmcomp             create a composite image from two PNM's
  206.     pnmconvol        general MxN convolution on a PNM
  207.     pnmcrop        crop all like-colored borders off a PNM (new options)
  208.     pnmcut        select a rectangular region from a PNM
  209.     pnmdepth        change the maxval in a PNM
  210.     pnmenlarge        enlarge a PNM N times
  211.     pnmfile        describe a PNM
  212.     pnmflip        perform one or more flip operations on a PNM
  213.     pnmgamma        perform gamma correction on a PNM
  214.  *  pnmhisteq           histogram equalise a PNM
  215.     pnmhistmap        draw a histogram for a PGM or PPM file
  216.     pnmindex        script to build a visual index of a bunch of anymaps
  217.     pnminvert        invert a PNM
  218.     pnmmargin        script to add a margin to a PNM
  219.  *  pnmnlfilt           miscelanous non-linear filters -- see manpage
  220.     pnmnoraw        force a PNM into ASCII format
  221.     pnmpad              Add borders to PNM
  222.     pnmpaste        paste a rectangle into a PNM
  223.     pnmrotate        rotate a PNM
  224.     pnmscale        scale a PNM
  225.     pnmshear        shear a PNM
  226.     pnmsmooth        script that uses pnmconvol to smooth a anymap
  227.     pnmtile        replicate a PNM into a specified size
  228.  
  229. -------------------------------------------------------------------------------
  230.