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 tiffsplit exits with one of the following values:
24 0 Success
25 1 An error occurred either reading the input or writing results.
26
28 Only a select set of ``known tags'' is copied when splitting.
29
31 tiffcp(1), tiffinfo(1), libtiff(3TIFF)
32
33 Libtiff library home page: http://www.simplesystems.org/libtiff/
34
35
36
37libtiff September 20, 2005 TIFFSPLIT(1)