diff options
author | Bert Münnich <ber.t@posteo.de> | 2015-01-07 08:43:54 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2015-01-07 08:43:54 +0100 |
commit | 808a10ed04408f6154d26197a568cb1d11372475 (patch) | |
tree | 65e776c56fed1f025272447fe724d1786893cdee | |
parent | 197945f28717002fe1fa83cb1ca812ce797c5709 (diff) |
Updated documentation regarding gamma correction
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | sxiv.1 | 23 |
3 files changed, 16 insertions, 13 deletions
@@ -1,4 +1,4 @@ -VERSION := git-20150106 +VERSION := git-20150107 PREFIX := /usr/local MANPREFIX := $(PREFIX)/share/man @@ -108,6 +108,8 @@ of small previews is displayed, making it easy to choose an image to open. Ctrl-m Remove all image marks N Go [count] marked images forward P Go [count] marked images backward + {,} Decrease/increase gamma correction by [count] steps + Ctrl-g Reset gamma correction *Thumbnail mode:* @@ -133,8 +135,6 @@ of small previews is displayed, making it easy to choose an image to open. <,> Rotate image (counter-)clockwise by 90 degrees ? Rotate image by 180 degrees |,_ Flip image horizontally/vertically - {,} Decrease/increase gamma - Ctrl-g Reset gamma a Toggle anti-aliasing A Toggle visibility of alpha-channel, i.e. transparency s Toggle slideshow or set delay to [count] seconds @@ -164,6 +164,19 @@ marked images forward. Go .I count marked images backward. +.TP +.B { +Decrease gamma correction by +.I count +steps. +.TP +.B } +Increase gamma correction by +.I count +steps. +.TP +.B Ctrl-g +Reset gamma correction. .SH THUMBNAIL KEYBOARD COMMANDS The following keyboard commands are only available in thumbnail mode: .TP @@ -289,16 +302,6 @@ Flip image horizontally. .TP .B _ Flip image vertically. -.SS Gamma Correction -.TP -.B { -Decrease gamma. -.TP -.B } -Increase gamma. -.TP -.B Ctrl-g -Reset gamma. .SS Miscellaneous .TP .B a |