blob: ee0c0027660f222052decd8d2b05ff52795e020c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
.\" Manual page for xcfview
.\" Copyright (C) 2006 Henning Makholm
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of version 2 of the GNU General Public License as
.\" published by the Free Software Foundation.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.TH xcf2pnm 1 2006-02-12 "Xcftools" ""
.SH NAME
xcfview \- display GIMP xcf files
.ds p xcfview
.SH SYNOPSIS
.B \*p
[
.I options
]
.I filename
[
.I layer names
]
.SH DESCRIPTION
.B xcfview
is a wrapper script that uses
.BR xcf2png (1)
or
.BR xcf2pnm (1)
(q.v.) to flatten an XCF image and then displays the flattened
image using a PNG or PPM viewer found using the
.BR mailcap (5)
database.
.SH OPTIONS
Every command-line parameter to
.B xcfview
will be passed through to the underlying
.B xcf2png
or
.B xcf2pnm
command. Because it is not certain which converter will be used,
the options given should be ones that make sense for both of these:
.so xcfview.1i
.SH EXIT STATUS
The exit status is 0 in case of success. A nonzero exit status may
either be that of the
.BI xcf2 foo
converter or that of the image viewer.
.SH AUTHOR
.B \*p
was written by Henning Makholm <henning@makholm.net>.
.P
Parts of the script originate from the
.BR run-mailcap (1)
script by Brian White <bcwhite@pobox.com>.
.SH SEE ALSO
.BR xcf2pnm (1),
.BR xcf2png (1)
|