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 / pnmflip.1 < prev    next >
Text File  |  1996-11-18  |  2KB  |  67 lines

  1. .TH pnmflip 1 "25 July 1989"
  2. .IX pnmflip
  3. .SH NAME
  4. pnmflip - perform one or more flip operations on a portable anymap
  5. .SH SYNOPSIS
  6. .B pnmflip
  7. .RB [ -leftright | -lr ]
  8. .RB [ -topbottom | -tb ]
  9. .RB [ -transpose | -xy ]
  10. .RB [ -rotate90 | -r90 | -ccw
  11. .RB ]
  12. .RB [ -rotate270 | -r270 | -cw
  13. .RB ]
  14. .RB [ -rotate180 | -r180 ]
  15. .RI [ pnmfile ]
  16. .SH DESCRIPTION
  17. Reads a portable anymap as input.
  18. Performs one or more flip operations, in the order specified, and
  19. writes out a portable anymap.
  20. .IX rotation
  21. .IX reflection
  22. .IX transposition
  23. .SH OPTIONS
  24. .PP
  25. The flip operations available are: left for right
  26. .RB ( -leftright
  27. or
  28. .BR -lr );
  29. top for bottom
  30. .RB ( -topbottom
  31. or
  32. .BR -tb );
  33. and transposition
  34. .RB ( -transpose
  35. or
  36. .BR -xy ).
  37. In addition, some canned concatenations are available:
  38. .B -rotate90
  39. or
  40. .B -ccw
  41. is equivalent to
  42. .B -transpose
  43. .BR -topbottom ;
  44. .B -rotate270
  45. or
  46. .B -cw
  47. is equivalent to
  48. .B -transpose
  49. .BR -leftright ;
  50. and
  51. .B -rotate180
  52. is equivalent to
  53. .B -leftright
  54. .BR -topbottom .
  55. .PP
  56. All flags can be abbreviated to their shortest unique prefix.
  57. .SH "SEE ALSO"
  58. pnmrotate(1), pnm(5)
  59. .SH AUTHOR
  60. Copyright (C) 1989 by Jef Poskanzer.
  61. .\" Permission to use, copy, modify, and distribute this software and its
  62. .\" documentation for any purpose and without fee is hereby granted, provided
  63. .\" that the above copyright notice appear in all copies and that both that
  64. .\" copyright notice and this permission notice appear in supporting
  65. .\" documentation.  This software is provided "as is" without express or
  66. .\" implied warranty.
  67.