aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2019-08-25 17:59:55 +0200
committerHarry Jeffery <harry@exec64.co.uk>2019-08-25 21:28:33 +0100
commitcd67aca62d1c1169bb35e580e3f4d9ddf708235d (patch)
tree2eea85fe2d71ab75bea17adca058d7f8f4eefecd /doc
parentecc58e5ee237b6fad308e590317ff3fc5d3475fc (diff)
downloadimv-cd67aca62d1c1169bb35e580e3f4d9ddf708235d.tar.gz
Add initial_pan option to set the starting pan position
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/imv.5.txt b/doc/imv.5.txt
index 7e0689f..5b26c54 100644
--- a/doc/imv.5.txt
+++ b/doc/imv.5.txt
@@ -37,6 +37,11 @@ The *[options]* section accepts the following settings:
*height* = <height>::
Initial height of the imv window. Defaults to 720.
+*initial_pan* = <pan_factor_x> <pan_factor_y>::
+ Initial pan/focus position factor of the opened images. A value of 50
+ represents the middle point of the image (50%).
+ Defaults to '50 50'
+
*list_files_at_exit* = <true|false>::
Print open files to stdout at exit, each on a separate line.
Defaults to 'false'.