1INKVIEW(1) Inkview Commands Manual INKVIEW(1)
2
3
4
6 Inkview - an SVG viewer and slideshow program.
7
9 "inkview [options] [filename ...]"
10
11 options:
12
13 -h, --help
14 -V, --version
15
16 -f, --fullscreen
17 -r, --recursive
18 -t, --timer=NUMBER
19 -s, --scale=NUMBER
20 -p, --preload
21
23 Inkview is an Scalable Vector Graphics (SVG) viewer that can also be
24 used for slideshows or presentations. One or more FILES or FOLDERS can
25 be specified on the command-line for opening. Inkview will display all
26 SVG files in the given order. Folders will be expanded to a list of
27 contained SVG files.
28
29 You can also launch Inkview without any command-line arguments, which
30 will bring up a file chooser that allows to select files and folders
31 via a graphical user interface.
32
34 -?, --help
35 Show help options
36
37 -V, --version
38 Print Inkview version and build date (this is usually matches
39 the Inkscape version).
40
41 -f, --fullscreen
42 Launch Inkview in fullscreen mode.
43
44 -r, --recursive
45 Search folders specified on the command line recursively for
46 SVG files. This means all SVG files in all subfolders of the
47 specified folder will be opened.
48
49 -t, --timer=NUMBER
50 Change to the next image every NUMBER seconds
51
52 -s, --scale=NUMBER
53 Show image scaled by a factor of NUMBER instead of using the
54 file's native size.
55
56 -p, --preload
57 Preloads all SVG files. Inkview still needs to render images
58 upon showing, however this option ensures all SVG files are
59 already parsed and loaded into memory. This option can also be
60 used to verify if all files can be opened properly, without
61 having to cycle through all files manually.
62
64 • Left, Page Up, or Backspace: show previous image
65
66 • Right, Page Down, or Space: show next image
67
68 • Up, or Home: go to first image
69
70 • Down, or End: go to last image
71
72 • Return: show control window
73
74 • F11: toggle fullscreen mode
75
76 • Escape or Q: quit
77
79 Open two SVG files for viewing:
80
81 inkview file1.svg file2.svg
82
83 Open all SVG files in the examples folder shipped with Inkscape:
84
85 inkview B</usr/share>/inkscape/examples
86
87 Launch a fullscreen slideshow that automatically changes to the next
88 image every 5 seconds:
89
90 inkview --fullscreen --timer=5 [files/folders ...]
91
93 inkscape
94
95 <http://www.inkscape.org/>
96
98 See inkscape(1)
99
101 Copyright (C) 1999-2020 by Authors.
102
103 Inkscape is free software; you can redistribute it and/or modify it
104 under the terms of the GPL version 3 or later.
105
106
107
1081.2.2 2023-01-09 INKVIEW(1)