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

  1.  
  2.  
  3.  
  4. pnmflip(1)                  PBM Plus                   pnmflip(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pnmflip - perform one or more flip operations on a portable
  10.      anymap
  11.  
  12. SYNOPSIS
  13.      pnmflip [-leftright|-lr] [-topbottom|-tb] [-transpose|-xy]
  14.          [-rotate90|-r90|-ccw] [-rotate270|-r270|-cw]
  15.          [-rotate180|-r180] [pnmfile]
  16.  
  17. DESCRIPTION
  18.      Reads a portable anymap as input.  Performs one or more flip
  19.      operations, in the order specified, and writes out a port-
  20.      able anymap.
  21.  
  22.      The flip operations available are: left for right (-
  23.      leftright or -lr); top for bottom (-topbottom or -tb); and
  24.      transposition (-transpose or -xy).  In addition, some canned
  25.      concatenations are available: -rotate90 or -ccw is
  26.      equivalent to -transpose -topbottom; -rotate270 or -cw is
  27.      equivalent to -transpose -leftright; and -rotate180 is
  28.      equivalent to -leftright -topbottom.
  29.  
  30.      All flags can be abbreviated to their shortest unique pre-
  31.      fix.
  32.  
  33. SEE ALSO
  34.      pnm(5), ppmrotate(1)
  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           25 July 1989                          1
  64.  
  65.  
  66.  
  67.