.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" 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 .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . 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 "2021\-04\-14" "1.0.2" "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 (\s-1SVG\s0)\fR viewer that can also be used for slideshows or presentations. One or more \fB\s-1FILES\s0\fR or \fB\s-1FOLDERS\s0\fR can be specified on the command-line for opening. Inkview will display all \s-1SVG\s0 files in the given order. Folders will be expanded to a list of contained \s-1SVG\s0 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 \s-1SVG\s0 files. This means all \s-1SVG\s0 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 \s-1NUMBER\s0 seconds .IP "\fB\-s\fR, \fB\-\-scale=NUMBER\fR" 8 .IX Item "-s, --scale=NUMBER" Show image scaled by a factor of \s-1NUMBER\s0 instead of using the file's native size. .IP "\fB\-p\fR, \fB\-\-preload\fR" 8 .IX Item "-p, --preload" Preloads all \s-1SVG\s0 files. Inkview still needs to render images upon showing, however this option ensures all \s-1SVG\s0 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 \s-1SVG\s0 files for viewing: .PP .Vb 1 \& inkview file1.svg file2.svg .Ve .PP Open all \s-1SVG\s0 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\-2020 by Authors. .PP \&\fBInkscape\fR is free software; you can redistribute it and/or modify it under the terms of the \s-1GPL\s0 version 3 or later.