]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/rotate
paint(1) fix bad cross reference
[plan9front.git] / sys / man / 1 / rotate
1 .TH ROTATE 1
2 .SH NAME
3 rotate - rotate or mirror a picture
4 .SH SYNOPSIS
5 .B rotate
6 [
7 .B -r
8 .I degree
9 ] [
10 .B -u |
11 .B -l
12 ] [
13 .I file
14 ]
15 .SH DESCRIPTION
16 .I Rotate
17 reads its input image (default from standard input), applies the rotation
18 or mirroring and outputs the transformed image in compressed
19 plan9 bitmap format.
20 .PP
21 The option
22 .B -r
23 rotates the image clockwise in 90 degree steps by the
24 .I degree
25 argument.
26 The options
27 .B -u
28 and
29 .B -l
30 mirror the image upside/down or left/right.
31 .SH SOURCE
32 .B /sys/src/cmd/rotate.c
33 .SH "SEE ALSO
34 .IR crop (1),
35 .IR resample (1),
36 .IR image (6)