freebsd-ports/graphics/tifmerge/pkg-descr
Steve Price bc2d6d648e Initial import of tifmerge version 1.0.
A library to merge TIFF files into mutli-page TIFF files.

PR:		11408
Submitted by:	G. Adam Stanislav <adam@whizkidtech.net>
1999-05-03 04:27:43 +00:00

13 lines
503 B
Plaintext

Library to convert TIFF files into multi-page TIFF files. It contains only one
function callable by programs:
int TiffAppend(const char *outfile, const char *infile);
It will insert images from infile as additional pages to outfile. Infile
and outfile must be names of two existing TIFF files.
The function returns 0 on success, non-0 otherwise.
The code for this library was written by Peter van Vloten <pixelpan@aol.com>
and was published in May 1999 issue of Windows Developer's Journal (sic!).