diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-08 21:14:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-08 21:14:32 +0000 |
commit | ddb1a260c13fcaec6d5004db9df51387ee216b13 (patch) | |
tree | 2d318c1c10d09e143dcb7e57e98c59d45b67acf0 /graphics/tiff/pkg | |
parent | d043b6411c3e9bfa3a22e42ec80e8f0623dabf46 (diff) | |
download | pkgsrc-ddb1a260c13fcaec6d5004db9df51387ee216b13.tar.gz |
Update tiff to version 3.5.2.
Changes in TIFF v3.5.1
* Support was added for IPTC Newsphoto metadata (TIFFTAGE_IPTCNEWSPHOTO)
* Support was added for photoshop caption handling (TIFFTAG_PHOTOSHOP)
Changes in TIFF v3.5.2
* Added TIFFReassignTagToIgnore() API on behalf of
Bruce Cameron <cameron@petris.com>. Man page still pending.
* Fixed problem with cvtcmap() in tif_getimage.c modifying the
colormaps owned by the TIFF handle itself when trying to fixup wrong
(eight bit) colormaps. Corrected by maintaining a private copy of
the colormap.
* Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in
tif_getimage.c.
* Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested
by Christopher Lawton <clawton@mathworks.com>
* Set O_BINARY for tif_unix.c open() ... used on cygwin for instance.
* Applied Francois Dagand's patch to handle fax decompression bug.
(sizes >= 65536 were failing)
Diffstat (limited to 'graphics/tiff/pkg')
-rw-r--r-- | graphics/tiff/pkg/COMMENT | 2 | ||||
-rw-r--r-- | graphics/tiff/pkg/PLIST | 13 |
2 files changed, 9 insertions, 6 deletions
diff --git a/graphics/tiff/pkg/COMMENT b/graphics/tiff/pkg/COMMENT index 41abc1de59d..079e12416d7 100644 --- a/graphics/tiff/pkg/COMMENT +++ b/graphics/tiff/pkg/COMMENT @@ -1 +1 @@ -A library for reading and writing TIFF data files. +library and tools for reading and writing TIFF data files diff --git a/graphics/tiff/pkg/PLIST b/graphics/tiff/pkg/PLIST index 1bd644fd1ca..1e4d4830928 100644 --- a/graphics/tiff/pkg/PLIST +++ b/graphics/tiff/pkg/PLIST @@ -1,14 +1,15 @@ -@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:24:51 agc Exp $ -bin/fax2tiff +@comment $NetBSD: PLIST,v 1.8 1999/10/08 21:14:35 jlam Exp $ bin/fax2ps +bin/fax2tiff bin/gif2tiff bin/pal2rgb bin/ppm2tiff +bin/ras2tiff bin/rgb2ycbcr bin/thumbnail -bin/ras2tiff bin/tiff2bw bin/tiff2ps +bin/tiff2rgba bin/tiffcmp bin/tiffcp bin/tiffdither @@ -16,10 +17,10 @@ bin/tiffdump bin/tiffinfo bin/tiffmedian bin/tiffsplit -lib/libtiff.a -lib/libtiff.so.3.4 include/tiff.h include/tiffio.h +lib/libtiff.a +lib/libtiff.so.3.5 man/man1/fax2ps.1 man/man1/fax2tiff.1 man/man1/gif2tiff.1 @@ -78,6 +79,8 @@ man/man3/TIFFReadDirectory.3 man/man3/TIFFReadEncodedStrip.3 man/man3/TIFFReadEncodedTile.3 man/man3/TIFFReadRGBAImage.3 +man/man3/TIFFReadRGBAStrip.3 +man/man3/TIFFReadRGBATile.3 man/man3/TIFFReadRawStrip.3 man/man3/TIFFReadRawTile.3 man/man3/TIFFReadScanline.3 |