aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Älgmyr <anton@algmyr.se>2020-03-11 00:35:28 +0100
committerHarry Jeffery <harry@exec64.co.uk>2020-06-12 01:00:10 +0100
commitf968eb420c8d30d45adc1f668c15c29f5b9ee87d (patch)
tree48e33cd4bc0613dd87d66151cbfaab5d7ff6a093 /doc
parenteb60fefc3b7e9b5367bca9d3b5e5d4e50f5b72a7 (diff)
downloadimv-f968eb420c8d30d45adc1f668c15c29f5b9ee87d.tar.gz
Add rotation and flipping commands.
Rotation can be done by any amount (not limited to multiples of 90). Commands allow flipping horizontally and vertically. The flips are done relative to the current rotation.
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.1.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/imv.1.txt b/doc/imv.1.txt
index 0738882..14dd727 100644
--- a/doc/imv.1.txt
+++ b/doc/imv.1.txt
@@ -99,6 +99,15 @@ Commands can be entered by pressing *:*. imv supports the following commands:
'actual' resets the zoom to 100%, showing the image at its actual size.
Aliased to 'z'.
+*rotate* <amount>::
+ Rotate image clockwise by the given amount in degrees.
+
+*rotate_to* <angle>::
+ Rotate image clockwise to the given angle in degrees.
+
+*flip* <'horizontal'|'vertical'>::
+ Flip image horizontally/vertically (across vertical/horizontal axis).
+
*open* [-r] <paths ...>::
Add the given paths to the list of open images. If the '-r' option is
specified, do so recursively. Shell expansions may be used.