home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 399a.lha / PNM.LZH / pnm / pnmpaste.doc < prev    next >
Text File  |  1990-07-21  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. pnmpaste(1)                 PBM Plus                  pnmpaste(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pnmpaste - paste a rectangle into a portable anymap
  10.  
  11. SYNOPSIS
  12.      pnmpaste frompnmfile x y [intopnmfile]
  13.  
  14. DESCRIPTION
  15.      Reads two portable anymaps as input.  Inserts the first
  16.      anymap into the second at the specified location, and pro-
  17.      duces a portable anymap the same size as the second as out-
  18.      put.  If the second anymap is not specified, it is read from
  19.      stdin.  The x and y can be negative, in which case they are
  20.      interpreted relative to the right and bottom of the anymap,
  21.      respectively.
  22.  
  23.      This tool is most useful in combination with pnmcut(1).  For
  24.      instance, if you want to edit a small segment of a large
  25.      anymap, and your anymap editor is TOO STUPID to edit the
  26.      large anymap, you can cut out the segment you are interested
  27.      in, edit it, and then paste it back in.
  28.  
  29.      The pbmpaste(1) tool is like this one, except that since it
  30.      only has to work with bitmaps, it implements bitblt-style
  31.      logical operations.
  32.  
  33. SEE ALSO
  34.      pbmpaste(1), pnmcut(1), pnm(5)
  35.  
  36. AUTHOR
  37.      Copyright (C) 1989 by Jef Poskanzer.
  38.  
  39.      Permission to use, copy, modify, and distribute this
  40.      software and its documentation for any purpose and without
  41.      fee is hereby granted, provided that the above copyright
  42.      notice appear in all copies and that both that copyright
  43.      notice and this permission notice appear in supporting docu-
  44.      mentation.  This software is provided "as is" without
  45.      express or implied warranty.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90           07 April 1989                         1
  64.  
  65.  
  66.  
  67.