diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-10-06 20:54:56 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-10-06 20:54:56 +0200 |
commit | 65e50862cf904f1b9051e9eeb87d6374625ca6ed (patch) | |
tree | e712317cafbf943fda2f2705b28bd9f5e700fe3f /sys/man/1/rotate | |
parent | d58a409a1215f3dce723768ed6489e979257741b (diff) |
manpages for resize and rotate
Diffstat (limited to 'sys/man/1/rotate')
-rw-r--r-- | sys/man/1/rotate | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sys/man/1/rotate b/sys/man/1/rotate new file mode 100644 index 000000000..498e02fda --- /dev/null +++ b/sys/man/1/rotate @@ -0,0 +1,36 @@ +.TH ROTATE 1 +.SH NAME +rotate - rotate or mirror a picture +.SH SYNOPSIS +.B rotate +[ +.B -r +.I degree +] [ +.B -u | +.B -l +] [ +.I file +] +.SH DESCRIPTION +.I Rotate +reads its input image (default from standard input), applies the rotation +or mirroring and outputs the transformed image in compressed +plan9 bitmap format. +.PP +The option +.B -r +rotates the image clockwise in 90 degree steps by the +.I degree +argument. +The options +.B -u +and +.B -l +mirror the image upside/down or left/right. +.SH SOURCE +.B /sys/src/cmd/rotate.c +.SH "SEE ALSO +.IR crop (1), +.IR resample (1), +.IR image (6) |