mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
503 B
Text
12 lines
503 B
Text
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!).
|