From 9491825ddff7a294d1f49061bae7044e426aeb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 Nov 2015 05:38:49 +0100 Subject: Imported Upstream version 1.8.3 --- tiff/html/man/tiffsplit.1.html | 102 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100755 tiff/html/man/tiffsplit.1.html (limited to 'tiff/html/man/tiffsplit.1.html') diff --git a/tiff/html/man/tiffsplit.1.html b/tiff/html/man/tiffsplit.1.html new file mode 100755 index 0000000..4de5c81 --- /dev/null +++ b/tiff/html/man/tiffsplit.1.html @@ -0,0 +1,102 @@ + + + + + + +TIFFSPLIT + + + +

TIFFSPLIT

+NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+BUGS
+SEE ALSO
+ +
+ +

NAME

+ + + + + +
+

tiffsplit − split a multi-image TIFF +into single-image TIFF files

+
+ +

SYNOPSIS

+ + + + + +
+

tiffsplit src.tif [ prefix ]

+
+ +

DESCRIPTION

+ + + + + +
+

tiffsplit takes a multi-directory (page) +TIFF file and creates one or more +single-directory (page) TIFF files from it. +The output files are given names created by concatenating a +prefix, a lexically ordered suffix in the range +[aaa-zzz], the suffix .tif (e.g. +xaaa.tif, xaab.tif, xzzz.tif). If a +prefix is not specified on the command line, the default +prefix of x is used.

+
+ +

OPTIONS

+ + + + + +
+

None.

+
+ +

BUGS

+ + + + + +
+

Only a select set of ‘‘known +tags’’ is copied when splitting.

+
+ +

SEE ALSO

+ + + + + +
+

tiffcp(1), tiffinfo(1), +libtiff(3TIFF)

+ +

Libtiff library home page: +http://www.remotesensing.org/libtiff/

+
+
+ + -- cgit v1.2.3