diff options
author | Henning Makholm <henning@makholm.net> | 2006-02-19 18:00:00 (EST) |
---|---|---|
committer | Julien Jorge <julien.jorge@stuff-o-matic.com> | 2013-01-10 16:05:04 (EST) |
commit | 4877693228e5f942db451c5f2b0ccabb5b050813 (patch) | |
tree | 72b1f863eaa746e6aac955172e7081e40ee0418c /xcfinfo.10 | |
parent | 00a8b13b5bf8cf2c367a0db3ae09086e45230968 (diff) | |
download | xcftools-4877693228e5f942db451c5f2b0ccabb5b050813.zip xcftools-4877693228e5f942db451c5f2b0ccabb5b050813.tar.gz xcftools-4877693228e5f942db451c5f2b0ccabb5b050813.tar.bz2 |
Import of release 1.0.0
Diffstat (limited to 'xcfinfo.10')
-rw-r--r-- | xcfinfo.10 | 80 |
1 files changed, 24 insertions, 56 deletions
@@ -1,23 +1,24 @@ -\." Manual page for xcfinfo -\." 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 +.\" Manual page for xcfinfo +.\" 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 xcfinfo 1 2006-02-12 "Xcftools" "" .SH NAME -xcf2pnm \- display information about GIMP xcf files +xcfinfo \- display information about GIMP xcf files +.ds p xcfinfo .SH SYNOPSIS -.B info +.B \*p [ .I options ] @@ -32,7 +33,7 @@ particularly about the layers in the image. .so xcfinfo.1i .SH OUTPUT Information about the image is displayed on standard output in a fixed format. -The first line contains general information about the XCF file +The first line contains general information about the XCF file: .TP 3 \- The file format version @@ -41,7 +42,7 @@ The file format version The canvas size .TP \- -The image mode (color, grayscale or indexed) +The image mode (color, grayscale, or indexed) .TP \- The numer of layers @@ -66,49 +67,16 @@ The pixel format of the layer, including whether the layer has an alpha channel. .TP 4) -The layer mode, as well as the opacity of not 100%, and +The layer mode, as well as the opacity if not 100%, and .B /mask if the layer has an active layer mask. .TP 5) The name of the layer. -.SH EXIT STATUS -The exit status of -.B xcfinfo -is -.TP 5 -0 -Success -.TP -20 -Problems parsing the command line. -.TP -21 -The specified XCF file does not exist or cannot be read. -.TP -123 -The XCF file contains presumably valid features that -.B xcftools -does not support. -.TP -125 -The XCF file is malformed. -.TP -126 -An uncompression program could not be executed or terminated -abnormally. -.TP -127 -Unexpected I/O error, internal errors, or other "this can't happen" -situations. -.P -If an uncompression program returns an error exit status, this will -be returned from -.B xcfinfo -too. +.so exit.1i .SH AUTHOR -.B xcf2pnm -was written by Henning Makholm <henning@makholm.net> +.B \*p +was written by Henning Makholm <henning@makholm.net>. .P .SH SEE ALSO .BR xcf2pnm (1), |