.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "INKVIEW 1" .TH INKVIEW 1 2025\-01\-24 1.4 "Inkview\ Commands\ Manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Inkview \- an SVG viewer and slideshow program. .SH SYNOPSIS .IX Header "SYNOPSIS" \&\f(CW\*(C`inkview [options] [filename ...]\*(C'\fR .PP options: .PP .Vb 2 \& \-h, \-\-help \& \-V, \-\-version \& \& \-f, \-\-fullscreen \& \-r, \-\-recursive \& \-t, \-\-timer=NUMBER \& \-s, \-\-scale=NUMBER \& \-p, \-\-preload .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBInkview\fR is an \fBScalable Vector Graphics (SVG)\fR viewer that can also be used for slideshows or presentations. One or more \fBFILES\fR or \fBFOLDERS\fR can be specified on the command-line for opening. Inkview will display all SVG files in the given order. Folders will be expanded to a list of contained SVG files. .PP You can also launch Inkview without any command-line arguments, which will bring up a file chooser that allows to select files and folders via a graphical user interface. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-?\fR, \fB\-\-help\fR" 8 .IX Item "-?, --help" Show help options .IP "\fB\-V\fR, \fB\-\-version\fR" 8 .IX Item "-V, --version" Print Inkview version and build date (this is usually matches the Inkscape version). .IP "\fB\-f\fR, \fB\-\-fullscreen\fR" 8 .IX Item "-f, --fullscreen" Launch Inkview in fullscreen mode. .IP "\fB\-r\fR, \fB\-\-recursive\fR" 8 .IX Item "-r, --recursive" Search folders specified on the command line recursively for SVG files. This means all SVG files in all subfolders of the specified folder will be opened. .IP "\fB\-t\fR, \fB\-\-timer=NUMBER\fR" 8 .IX Item "-t, --timer=NUMBER" Change to the next image every NUMBER seconds .IP "\fB\-s\fR, \fB\-\-scale=NUMBER\fR" 8 .IX Item "-s, --scale=NUMBER" Show image scaled by a factor of NUMBER instead of using the file's native size. .IP "\fB\-p\fR, \fB\-\-preload\fR" 8 .IX Item "-p, --preload" Preloads all SVG files. Inkview still needs to render images upon showing, however this option ensures all SVG files are already parsed and loaded into memory. This option can also be used to verify if all files can be opened properly, without having to cycle through all files manually. .SH KEYBINDINGS .IX Header "KEYBINDINGS" .IP \(bu 8 Left, Page Up, or Backspace: show previous image .IP \(bu 8 Right, Page Down, or Space: show next image .IP \(bu 8 Up, or Home: go to first image .IP \(bu 8 Down, or End: go to last image .IP \(bu 8 Return: show control window .IP \(bu 8 F11: toggle fullscreen mode .IP \(bu 8 Escape or Q: quit .SH EXAMPLES .IX Header "EXAMPLES" Open two SVG files for viewing: .PP .Vb 1 \& inkview file1.svg file2.svg .Ve .PP Open all SVG files in the examples folder shipped with Inkscape: .PP .Vb 1 \& inkview B/inkscape/examples .Ve .PP Launch a fullscreen slideshow that automatically changes to the next image every 5 seconds: .PP .Vb 1 \& inkview \-\-fullscreen \-\-timer=5 [files/folders ...] .Ve .SH "SEE ALSO" .IX Header "SEE ALSO" inkscape .PP .SH AUTHORS .IX Header "AUTHORS" See \fBinkscape\fR\|(1) .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" \&\fBCopyright (C)\fR 1999\-2023 by Authors. .PP \&\fBInkscape\fR is free software; you can redistribute it and/or modify it under the terms of the GPL version 3 or later.