logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Bugs

       Only a select set of ``known tags'' is copied when splitting.

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.

Exit Status

tiffsplit exits with one of the following values:
       0      Success
       1      An error occurred either reading the input or writing results.

Name

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

Options

       None.

See Also

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

       Libtiff library home page: http://www.simplesystems.org/libtiff/

libtiff                                        September 20, 2005                                   TIFFSPLIT(1)

Synopsis

tiffsplitsrc.tif [ prefix ]

See Also