From f968eb420c8d30d45adc1f668c15c29f5b9ee87d Mon Sep 17 00:00:00 2001 From: Anton Älgmyr Date: Wed, 11 Mar 2020 00:35:28 +0100 Subject: 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. --- doc/imv.1.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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* :: + Rotate image clockwise by the given amount in degrees. + +*rotate_to* :: + Rotate image clockwise to the given angle in degrees. + +*flip* <'horizontal'|'vertical'>:: + Flip image horizontally/vertically (across vertical/horizontal axis). + *open* [-r] :: Add the given paths to the list of open images. If the '-r' option is specified, do so recursively. Shell expansions may be used. -- cgit v1.2.3