Alien-FreeImage
view release on metacpan or search on metacpan
src/Source/LibTIFF4/ChangeLog view on Meta::CPAN
* html/build.html: Added note about GNU make requirement.
2003-10-25 Andrey Kiselev <dron@ak4719.spb.edu>
* Makefile.in: Fixes in using MAKEFLAGS as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=418
* port/install.sh.in: Option -p added to the mkdir command to create
all directory tree structure before installing.
2003-10-18 Andrey Kiselev <dron@ak4719.spb.edu>
* /tools/tiff2ps.c: #include <strings.h> replaced with the
#include <string.h>.
2003-10-16 Andrey Kiselev <dron@ak4719.spb.edu>
* Makefile.in: Add an absolute path to the test_pics.sh call.
2003-10-12 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tiffcomp.h: #define _BSDTYPES_DEFINED when defining BSD
typedefs.
2003-10-09 Andrey Kiselev <dron@ak4719.spb.edu>
* configure, libtiff/{Makefile.in, mkversion.c}:
Relative buildings fixed.
* tools/Makefile.in: Added "-I../libtiff" to the tiffset building
rule.
2003-10-07 Andrey Kiselev <dron@ak4719.spb.edu>
* Makefile.in: Added missed v3.6.0.html.
* libtiff/tiffio.h: Typo fixed: ORIENTATION_BOTTOMLEFT replaced with
ORIENTATION_BOTLEFT.
2003-10-04 Andrey Kiselev <dron@ak4719.spb.edu>
* 3.6.0 final release.
2003-10-03 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tif_getimage.c, tiffio.h}, man/TIFFReadRGBAImage.3t: New
function TIFFReadRGBAImageOriented() implemented to retrieve raster
array with user-specified origin position as suggested by Jason Frank.
See
http://bugzilla.remotesensing.org/show_bug.cgi?id=322
for details.
* tools/tiff2rgba.c: Switched to use TIFFReadRGBAImageOriented()
instead of TIFFReadRGBAImage().
* tools/tiff2ps.c: Fixed possible endless loop as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=404
2003-09-30 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_dirread.c: Check field counter against number of fields
in order to fix
http://bugzilla.remotesensing.org/show_bug.cgi?id=366
* libtiff/tif_fax3.c: Fix wrong line numbering as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=342
2003-09-25 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tiffiop.h, tif_dirread.c, tif_dir.c, tif_open.c,
tif_close.c}: Store a list of opened IFD to prevent looping as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=383
2003-09-23 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_dirread.c: More fixes for EstimateStripByteCounts(). See
http://bugzilla.remotesensing.org/show_bug.cgi?id=358
2003-08-21 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/tiffmedian.c: int declaration replaced with the uint32 to
support large images as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=382
2003-08-12 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/Makefile.in: Fixed problem with building in different
directory.
* tools/tiff2ps.c: Added missing #include <strings.h>.
* libtiff/tif_dirwrite.c: More fixes for custom tags code
from Ashley Dreier.
2003-08-07 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/tiff2ps.c: Added page size setting when creating PS Level 2.
Patch submitted by Balatoni Denes (with corrections from Tom
Kacvinsky).
* tools/tiff2ps.c: Fixed PS comment emitted when FlateDecode is
being used. Reported by Tom Kacvinsky.
* libtiff/tif_dirwrite.c: Fixed problem with custom tags writing,
reported by Ashley Dreier.
* libtiff/tif_print.c: Fixed problem with float tags reading, support
for printing RATIONAL and BYTE tags added.
2003-08-05 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_lzw.c: Move LZW codec state block allocation back to
( run in 0.682 second using v1.01-cache-2.11-cpan-39bf76dae61 )