1TIFFSPLIT(1) General Commands Manual TIFFSPLIT(1)
2
3
4
6 tiffsplit - split a multi-image TIFF into single-image TIFF files
7
9 tiffsplit src.tif [ prefix ]
10
12 tiffsplit takes a multi-directory (page) TIFF file and creates one or
13 more single-directory (page) TIFF files from it. The output files are
14 given names created by concatenating a prefix, a lexically ordered suf‐
15 fix in the range [aaa-zzz], the suffix .tif (e.g. xaaa.tif, xaab.tif,
16 ..., xzzz.tif). If a prefix is not specified on the command line, the
17 default prefix of x is used.
18
20 None.
21
23 Only a select set of ``known tags'' is copied when splitting.
24
26 tiffcp(1), tiffinfo(1), libtiff(3TIFF)
27
28 Libtiff library home page: http://www.simplesystems.org/libtiff/
29
30
31
32libtiff September 20, 2005 TIFFSPLIT(1)