Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

tiffsplit (1)

Name

tiffsplit - image TIFF files

Synopsis

tiffsplit src.tif [ prefix ]

Description

TIFFSPLIT(1)                General Commands Manual               TIFFSPLIT(1)



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 suf-
       fix 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.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | image/library/libtiff |
       +---------------+-----------------------+
       |Stability      | Volatile              |
       +---------------+-----------------------+

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

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



NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source        was         downloaded         from          http://down-
       load.osgeo.org/libtiff/tiff-4.2.0.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.simplesystems.org/libtiff/.



libtiff                       September 20, 2005                  TIFFSPLIT(1)