tiffsplit (1)
Leading comments
$Id: tiffsplit.1,v 1.7 2016-09-25 20:05:52 bfriesen Exp $ Copyright (c) 1992-1997 Sam Leffler Copyright (c) 1992-1997 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Sam Leffler and Silicon Graphics may not be used in any ad...
NAME
tiffsplit - split a multi-imageTIFF
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: www.simplesystems.org/libtiff