Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / tifmerge / pkg-descr
1 Library to convert TIFF files into multi-page TIFF files. It contains only one
2 function callable by programs:
3
4         int TiffAppend(const char *outfile, const char *infile);
5
6 It will insert images from infile as additional pages to outfile. Infile
7 and outfile must be names of two existing TIFF files.
8
9 The function returns 0 on success, non-0 otherwise.
10
11 The code for this library was written by Peter van Vloten <pixelpan@aol.com>
12 and was published in May 1999 issue of Windows Developer's Journal (sic!).
13
14 WWW: http://www.whizkidtech.redprince.net/fports/