aboutsummaryrefslogtreecommitdiff
path: root/doc/imv.5.txt
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2019-08-25 13:58:49 +0200
committerHarry Jeffery <harry@exec64.co.uk>2019-08-25 21:35:15 +0100
commit498c35c28831cf89cc60a773a5c2513c97bc08a3 (patch)
treea706d16e5deaf2019d24830269986d437a61300b /doc/imv.5.txt
parentcd67aca62d1c1169bb35e580e3f4d9ddf708235d (diff)
downloadimv-498c35c28831cf89cc60a773a5c2513c97bc08a3.tar.gz
Added crop scaling method
Added a method that scales and crop the image so that the image will fill the whole window. Also made viewport update respect the current scaling mode.
Diffstat (limited to 'doc/imv.5.txt')
-rw-r--r--doc/imv.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/imv.5.txt b/doc/imv.5.txt
index 5b26c54..5942e67 100644
--- a/doc/imv.5.txt
+++ b/doc/imv.5.txt
@@ -63,10 +63,11 @@ The *[options]* section accepts the following settings:
*recursively* = <true|false>::
Load input paths recursively. Defaults to 'false'.
-*scaling_mode* = <none|shrink|full>::
+*scaling_mode* = <none|shrink|full|crop>::
Set scaling mode to use. 'none' will show each image at its actual size.
'shrink' will scale down the image to fit inside the window. 'full' will
both scale up and scale down the image to fit perfectly inside the window.
+ 'crop' willl scale and crop the image to fill the window.
Defaults to 'full'.
*slideshow_duration* = <duration>::