home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / GRAPHUTL / PBMPLUS.ZIP / PBMPASTE.MAN < prev    next >
Text File  |  1991-08-11  |  2KB  |  67 lines

  1.  
  2.  
  3. pbmpaste(1)                Unix Programmer's Manual                pbmpaste(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      pbmpaste - paste a rectangle into a portable bitmap
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      pppbbbmmmpppaaasssttteee [-rrreeeppplllaaaccceee|-ooorrr|-aaannnddd|-xxxooorrr] _f_r_o_m_p_b_m_f_i_l_e _x _y [_i_n_t_o_p_b_m_f_i_l_e]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Reads two portable bitmaps as input.  Inserts the first bitmap  into  the
  14.      second at the specified location, and produces a portable bitmap the same
  15.      size as the second as output.  If the second bitmap is not specified,  it
  16.      is  read from stdin.  The _x and _y can be negative, in which case they are
  17.      interpreted relative to the right and bottom of the bitmap, respectively.
  18.  
  19.      This tool is useful in combination with _p_n_m_c_u_t.   For  instance,  if  you
  20.      want to edit a small segment of a large bitmap, and your bitmap editor is
  21.      TOO STUPID to edit the large bitmap, you can cut out the segment you  are
  22.      interested in, edit it, and then paste it back in.
  23.  
  24.      Another useful companion tool is _p_b_m_m_a_s_k.
  25.  
  26.      The _p_n_m_p_a_s_t_e tool is like this one, except that it doesn't implement  the
  27.      logical  operation  flags,  since  they don't have any useful meaning for
  28.      grayscale and color images.
  29.  
  30.      The flags specify the operation to use when doing the paste.  The default
  31.      is  ---rrreeeppplllaaaccceee.   The other operations act as if white is 1 and black is 0.
  32.      WARNING: this is the opposite of how the PBM  file  format  stores  bits.
  33.      Ignore the file format.
  34.  
  35.      All flags can be abbreviated to their shortest unique prefix.
  36.  
  37. SSSEEEEEE AAALLLSSSOOO
  38.      pnmcut(1), pbmmask(1), pnminvert(1), pnmarith(1), pnmpaste(1), pbm(5)
  39.  
  40. AAAUUUTTTHHHOOORRR
  41.      Copyright (C) 1989 by Jef Poskanzer.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                08 August 1989                                1
  65.  
  66.  
  67.