Unix and Linux Discussions Tagged with transpose |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
16,135 |
Shell Programming and Scripting |
|
|
|
3 |
4,051 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,874 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,541 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
1,329 |
Shell Programming and Scripting |
|
|
|
8 |
3,263 |
Shell Programming and Scripting |
|
|
|
5 |
1,421 |
Shell Programming and Scripting |
|
|
|
4 |
2,457 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
6,056 |
Shell Programming and Scripting |
|
|
|
4 |
4,640 |
Shell Programming and Scripting |
|
|
|
11 |
22,491 |
Shell Programming and Scripting |
|
|
|
3 |
6,796 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
11,149 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
3,101 |
Shell Programming and Scripting |
|
|
|
12 |
10,640 |
Shell Programming and Scripting |
|
|
|
5 |
20,581 |
Shell Programming and Scripting |
|
|
|
9 |
9,073 |
Shell Programming and Scripting |
|
|
|
2 |
13,941 |
Shell Programming and Scripting |
|
|
|
15 |
22,514 |
Shell Programming and Scripting |
|
|
|
2 |
3,209 |
Shell Programming and Scripting |
|
|
|
15 |
19,884 |
Shell Programming and Scripting |
|
|
|
4 |
4,237 |
Shell Programming and Scripting |
|
|
|
5 |
9,835 |
Shell Programming and Scripting |
|
|
|
20 |
7,803 |
Shell Programming and Scripting |
|
|
|
2 |
17,473 |
Shell Programming and Scripting |
|
|
|
2 |
7,007 |
Shell Programming and Scripting |
|
|
|
6 |
21,310 |
Shell Programming and Scripting |
pnmflip(1) General Commands Manual pnmflip(1)
NAME
pnmflip - perform one or more flip operations on a portable anymap
SYNOPSIS
pnmflip [-leftright|-lr] [-topbottom|-tb] [-transpose|-xy] [-rotate90|-r90|-ccw ] [-rotate270|-r270|-cw ] [-rotate180|-r180] [pnmfile]
DESCRIPTION
Reads a portable anymap as input. Performs one or more flip operations, in the order specified, and writes out a portable anymap.
OPTIONS
The flip operations available are: left for right (-leftright or -lr); top for bottom (-topbottom or -tb); and transposition (-transpose or
-xy). In addition, some canned concatenations are available: -rotate90 or -ccw is equivalent to -transpose -topbottom; -rotate270 or -cw
is equivalent to -transpose -leftright; and -rotate180 is equivalent to -leftright -topbottom.
All flags can be abbreviated to their shortest unique prefix.
SEE ALSO
pnmrotate(1), pnm(5)
AUTHOR
Copyright (C) 1989 by Jef Poskanzer.
25 July 1989 pnmflip(1)