Alien-FreeImage
view release on metacpan or search on metacpan
src/Source/LibTIFF4/ChangeLog view on Meta::CPAN
* tools/tif2pdf.c: Fixed problem with alpha channel handling as per
bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=794
* man/TIFFGetField.3tiff: Add a note about autoregistered tags.
2005-03-17 Andrey Kiselev <dron@ak4719.spb.edu>
* nmake.opt: Build with Win32 CRT library by default.
* tools/tiff2ps.c: Fixed typo in page size handling code.
* libtiff/{tif_dir.c, tif_print.c}: Support for custom tags, passed
by value.
* libtiff/{tiff.h, tif_dirinfo.c, tiffiop.h}: Added EXIF related tags.
2005-03-15 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff 3.7.2 released.
2005-03-09 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/tiffcmp.c: Added ability to compare the 32-bit integer and
floating point data; complain on unsupported bit depths.
2005-03-05 Andrey Kiselev <dron@ak4719.spb.edu>
* tif_stream.cxx: Use ios namespace instead of ios_base to support
GCC 2.95.
* libtiff/{tiff.h, tif_fax3.tif, tif_jpeg.c}: Applied correct patch from
Lee Howard for HylaFax DCS tag
(see http://bugzilla.remotesensing.org/show_bug.cgi?id=771)
2005-03-04 Andrey Kiselev <dron@ak4719.spb.edu>
* configure, configure.ac: Use -rpath option instead of -R as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=732
* libtiff/{tiff.h, tif_fax3.tif, tif_jpeg.c}: Applied patch from Lee
Howard to support a new tag TIFFTAG_FAXDCS (34911) used in HylaFax
software. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=771
* nmake.opt, html/build.html: Add more comments, change the config
file organization a bit as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=764
* tools/tiffcmp.c: Use properly sized buffer in short arrays comparison
as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=785
2005-03-03 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_dirread.c: More logic to guess missed strip size as per
bug http://bugzilla.remotesensing.org/show_bug.cgi?id=705
* tools/fax2ps.c: Replace insecure mktemp() function with the
tmpfile() as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=786
2005-02-04 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tiff.h: Changed the int8 definition to be always signed char
as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=727
* libtiff/tiffio.h: Move TIFFOpenW() function into the extern "C"{}
block as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=763
2005-02-03 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* tools/tiffgt.c: Fix problem on big-endian CPUs so that images
display more correctly. Images display brighter than they should
on a Sun workstation.
2005-02-03 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_dirread.c: Estimate strip size in case of wrong or
suspicious values in the tags. As per bugs
http://bugzilla.remotesensing.org/show_bug.cgi?id=705
and
http://bugzilla.remotesensing.org/show_bug.cgi?id=320
* tools/tiff2ps.c: Fixed problem with page sizes as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=742
2005-01-31 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff/tiff.h (TIFFTAG_TILEWIDTH): Corrected description.
(TIFFTAG_TILELENGTH): Corrected description.
2005-01-30 Andrey Kiselev <dron@ak4719.spb.edu>
* configure.ac: Fixes for --with-docdir option as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=759
* libtiff/tif_open.c: Remove unnesessary TIFFSeekFile() call as per
bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=756
* libtiff/tif_stream.cxx: Fixes for C++ stream interface from
Michael Rinne and Edward Lam.
2005-01-15 Andrey Kiselev <dron@ak4719.spb.edu>
src/Source/LibTIFF4/ChangeLog view on Meta::CPAN
* libtiff/tif_open.c: More fixes for
http://bugzilla.remotesensing.org/show_bug.cgi?id=468
2004-01-28 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{libtiff.def, tif_close.c, tiffio.h, tif_open.c}: Separate
TIFFCleanup() from the TIFFClose() in order to fix the bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=468
* tools/tiffcp.c: Fixed problem with wrong interpretation of the
InkNames tag as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=466
Memory leak fixed.
2004-01-21 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_dirwrite.c: Fixed handling of writable ASCII tags that
are field_passcount=TRUE properly. Arguably anonymous custom tags
should be declared as passcount=FALSE, but I don't want to change
that without a careful review.
2004-01-20 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_write.c: Fixed reporting size of the buffer in case of
stripped image in TIFFWriteBufferSetup(). As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=460
2004-01-11 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_dir.c: Incomplete cleanup in TIFFFreeDirectory(),
patch from Gerben Koopmans.
* libtiff/tif_dirread.c: Check field_passcount value before setting
the value of undefined type, patch from Gerben Koopmans.
2004-01-02 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/tiffcp.c: Fixed problem with wrong Photometric setting for
non-RGB images.
2003-12-31 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_win32.c: Fixed problem with _TIFFrealloc() when the NULL
pointer passed. Patch supplied by Larry Grill.
* libtiff/{tiff.h, tif_fax3.c}:Fixes for AMD 64 platform as
suggested by Jeremy C. Reed.
2003-12-26 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff 3.6.1 released.
2003-12-24 Andrey Kiselev <dron@ak4719.spb.edu>
* config.guess, config.sub: Updated from the recent upstream.
2003-12-22 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tif_color, tif_getimage.c, tiffio.h}, man/TIFFcolor.3t:
More cleanups in color conversion interface, added appropriate manual
page.
2003-12-19 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tif_extension.c, tif_dirinfo.c, tiff.h}: Warnings fixed as
per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=357
* tools/tiff2ps.c: Added support for alpha channel. Fixes
http://bugzilla.remotesensing.org/show_bug.cgi?id=428
* libtiff/{libtiff.def, tif_color.c, tif_getimage.c, tiffio.h}:
Interface for Lab->RGB color conversion is finally cleaned up.
Added support for ReferenceBlackWhite tag handling when converted from
YCbCr color space. The latter closes
http://bugzilla.remotesensing.org/show_bug.cgi?id=120
2003-12-07 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tif_getimage.c, tiffio.h}: Avoid warnings.
* libtiff/makefile.vc, tools/makefile.vc: Support for IJG JPEG
library.
2003-12-06 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tif_getimage.c, tif_aux.c}: Read WhitePoint tag from the
file and properly use it for CIE Lab->RGB transform.
2003-12-04 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tif_getimage.c, tif_color.c, tiffio.h}: YCbCr->RGB
conversion routines now in the tif_color.c module. New function
TIFFYCbCrtoRGB() available in TIFF API.
* libtiff/tif_dirwrite.c: Handle TIFF_IFD tag type correctly.
2003-12-03 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tif_getimage.c, tif_color.c, tiffio.h}: Improvements in
CIE Lab conversion code. Start moving YCbCr stuff to the tif_color.c
module.
* libtiff/{tif_getimage.c, tiffio.h}, man{TIFFReadRGBAImage.3t,
TIFFReadRGBAStrip.3t, TIFFReadRGBATile.3t, TIFFRGBAImage.3t}:
Finally resolved problems with orientation handling. TIFFRGBAImage
interface now properly supports all possible orientations, i.e. images
will be flipped both in horizontal and vertical directions if
required. 'Known bugs' section now removed from the appropriate manual
pages. Closed bug entry:
http://bugzilla.remotesensing.org/show_bug.cgi?id=322
src/Source/LibTIFF4/ChangeLog view on Meta::CPAN
* tools/{Makefile.in, tiffgt.c}: Unmaintained and platform dependent
sgigt utility removed and replaced with the completely rewritten
portable tiffgt tool (depend on OpenGL and GLUT). Initial revision,
there is a lot of things to improve.
* libtiff/tif_ojpeg.c: TIFFVGetField() function now can properly
extract the fields from the OJPEG files. Patch supplied by Ross
Finlayson.
* libtiff/{tiffio.h, tif_codec.c}, man/{libtiff.3t, TIFFcodec.3t}:
Added new function TIFFIsCODECConfigured(), suggested by Ross
Finlayson.
2003-11-18 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_dirinfo.c: Implemented binary search in
_TIFFMergeFieldInfo(). Patch supplied by Ross Finlayson.
* libtiff/tif_dir.h: _TIFFFindOrRegisterdInfo declaration replaced
with _TIFFFindOrRegisterFieldInfo as reported by Ross Finlayson.
2003-11-17 Frank Warmerdam <warmerdam@pobox.com>
* tif_dirread.c: do not mark all anonymously defined tags to be
IGNOREd.
2003-11-17 Andrey Kiselev <dron@ak4719.spb.edu>
* contrib/pds/{tif_pdsdirread.c, tif_pdsdirwrite.c}: Use
TIFFDataWidth() function insted of tiffDataWidth array.
2003-11-16 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tiff.h, tif_dirinfo.c}: Added support for IFD (13)
datatype, intruduced in "Adobe PageMaker TIFF Tech. Notes".
2003-11-15 Frank Warmerdam <warmerdam@pobox.com>
* Makefile.in: fixed missing backslash for tif_color.c in list.
2003-11-13 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tif_color.c, tif_getimage.c, tiffio.h, Makefile.in}:
New color space conversion code: CIE L*a*b* 1976 images now supported
by the TIFFRGBAImage interface. All introduced routines go to new
module tif_color.c. Eventually all color conversion functions should
be moved there.
2003-11-12 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/{ras2tiff.c, rasterfile.h}: Properly determine SUN Rasterfiles
with the reverse byte order (it is reported by the magic header
field). Problem reported by Andreas Wiesmann.
* tools/raw2tiff.c, man/raw2tiff.1: Few improvements in correlation
calculation function. Guessing mechanics now documented in manual page.
2003-11-11 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/raw2tiff.c: Implemented image size guessing using
correlation coefficient calculation between two neighbour lines.
2003-11-09 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_tile.c: remove spurious use of "s" (sample) in the
planarconfig_contig case in TIFFComputeTile().
http://bugzilla.remotesensing.org/show_bug.cgi?id=387
2003-11-09 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tiffiop.h: New macros: TIFFmax, TIFFmin and TIFFrint.
2003-11-07 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tiffio.h, tif_strip.c}, man/{TIFFstrip.3t, libtiff.3t}:
Added TIFFRawStripSize() function as suggested by Chris Hanson.
2003-11-03 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/{tif_lzw.c, tif_fax3.c}: Proper support for update mode as
per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=424
2003-10-29 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/libtiff.def: Added TIFFReadRGBAImageOriented.
* 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
src/Source/LibTIFF4/ChangeLog view on Meta::CPAN
tiff2ps.c, tiff2rgba.c, tiffcp.c, tiffdither.c, tiffinfo.c,
tiffmedian.c}: Added library version reporting facility to all tools.
2003-03-06 Frank Warmerdam <warmerdam@pobox.com>
* port/install.sh.in: Fixed problems with install producing paths
like ///usr/local/lib on cygwin.
2003-02-27 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/fax2tiff.c, man/fax2tiff.1: New switch (-X) to set width of
raw input page. Patch supplied by Julien Gaulmin. See
http://bugzilla.remotesensing.org/show_bug.cgi?id=293
for details.
2003-02-26 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_dir.c: fixed up the tif_postdecode settings
responsible for byte swapping complex image data.
* libtiff/tif_lzw.c: fixed so that decoder state isn't allocated till
LZWSetupDecode(). Needed to read LZW files in "r+" mode.
2003-02-07 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/ppm2tiff.c: Fixed problem with too many arguments.
2003-02-04 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/raw2tiff.c: Memory leak fixed.
2003-02-03 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/fax2tiff.c, man/fax2tiff.1: Applied patch from Julien Gaulmin
(thanks, Julien!). More switches for fax2tiff tool for better control
of input and output. Details at
http://bugzilla.remotesensing.org/show_bug.cgi?id=272
2003-02-03 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_jpeg.c: Modified to defer initialization of jpeg
library so that we can check if there is already any tile/strip data
before deciding between creating a compressor or a decompressor.
2003-01-31 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_write.c: TIFFWriteCheck() now fails if the image is
a pre-existing compressed image. That is, image writing to
pre-existing compressed images is not allowed.
* libtiff/tif_open.c: Removed error if opening a compressed file
in update mode.
http://bugzilla.remotesensing.org/show_bug.cgi?id=198
2003-01-31 Andrey Kiselev <dron@ak4719.spb.edu>
* config.guess, config.sub: Updated to recent upstream versions.
2003-01-15 Frank Warmerdam <warmerdam@pobox.com>
* cut 3.6.0 Beta release.
2002-12-20 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/fax2ps.c, man/fax2ps.1: Page size was determined
in wrong way as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=239
2002-12-17 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_dirread.c: Allow wrong sized arrays in
TIFFFetchStripThing().
http://bugzilla.remotesensing.org/show_bug.cgi?id=49
2002-12-02 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_dir.c: fix problem with test on td_customValueCount.
Was using realloc even first time. Fix by Igor Venevtsev.
2002-11-30 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_dir.c: fixed bug with resetting an existing custom
field value.
* libtiff/tif_dir.c: Fixed potential problem with ascii "custom"
tags in TIFFVGetField() ... added missing break.
2002-10-14 Frank Warmerdam <warmerdam@pobox.com>
* tools/tiff2ps.c: fixes a problem where "tiff2ps -1e" did not make
the scanline buffer long enough when writing rgb triplets.
The scanline needs to be 3 X the number of dots or else it will
contain an incomplete triplet and programs that try to separate
the eps by redefining the colorimage operator will get messed up.
Patch supplied by William Bader.
* Makefile.in: added tif_extension.c to file list as per
http://bugzilla.remotesensing.org/show_bug.cgi?id=218.
2002-10-11 Andrey Kiselev <dron@ak4719.spb.edu>
* configure, config.site, libtiff/{tif_unix.c, Makefile.in}: Fix for
large files (>2GiB) supporting. New option in the config.site:
LARGEFILE="yes". Should be enough for I/O of the large files.
2002-10-10 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/html/v3.6.0.html: new release notes.
* libtiff/index.html: removed faq, cvs snapshot cruft. Added email
link for Andrey. Pointer to v3.6.0.html.
* libtiff/Makefile.in: added direct rule for tiffvers.h for release.
2002-10-07 Andrey Kiselev <dron@ak4719.spb.edu>
src/Source/LibTIFF4/ChangeLog view on Meta::CPAN
* libtiff/: tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_dirread.c,
tif_dirwrite.c: Added routine TIFFDataWidth for detrmining
TIFFDataType sizes instead of working with tiffDataWidth array
directly. Should prevent out-of-borders bugs in case of unknown or
broken data types. EstimateStripByteCounts routine modified, so it
won't work when tags with uknown sizes founded.
Closes http://bugzilla.remotesensing.org/show_bug.cgi?id=109
2002-03-13 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/tif_getimage.c: Added support for correct handling
`Orientation' tag in gtTileContig. Should be added in other gt*
functions as well, but I have not images for testing yet. Partially
resolves http://bugzilla.remotesensing.org/show_bug.cgi?id=23
2002-03-10 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/: tif_dirinfo.c, tif_dirwrite.c: Added possibility to
read broken TIFFs with LONG type used for TIFFTAG_COMPRESSION,
TIFFTAG_BITSPERSAMPLE, TIFFTAG_PHOTOMETRIC. Closes
http://bugzilla.remotesensing.org/show_bug.cgi?id=99
2002-03-08 Andrey Kiselev <dron@ak4719.spb.edu>
* libtiff/Makefile.in, tools/Makefile.in: Shared library will not
be stripped when installing, utility binaries will do. Closes
http://bugzilla.remotesensing.org/show_bug.cgi?id=93
2002-02-28 Frank Warmerdam <warmerdam@pobox.com>
* man/TIFFGetField: fixed type of TIFFTAG_COPYRIGHT.
* man/libtiff.3t: added copyright tag info.
2002-02-11 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/{tiff.h,tif_fax3.c}: Add support for __arch64__.
http://bugzilla.remotesensing.org/show_bug.cgi?id=94
* man/Makefile.in: Patch DESTDIR handling
http://bugzilla.remotesensing.org/show_bug.cgi?id=95
* configure: OpenBSD changes for Sparc64 and DSO version.
http://bugzilla.remotesensing.org/show_bug.cgi?id=96
2002-02-05 Frank Warmerdam <warmerdam@pobox.com>
* config.site/configure: added support for OJPEG=yes option to enable
OJPEG support from config.site.
2002-01-27 Frank Warmerdam <warmerdam@pobox.com>
* html/document.html: fixed links for TIFf 6 docs.
2002-01-18 Frank Warmerdam <warmerdam@pobox.com>
* config.guess, config.sub: Updated from ftp.gnu.org/pub/config.
* libtiff/tif_read.c: Fixed TIFFReadEncodedStrip() to fail if the
decodestrip function returns anything not greater than zero as per
http://bugzilla.remotesensing.org/show_bug.cgi?id=97
* configure: Modify CheckForBigEndian so it can work in a cross
compiled situation.
2002-01-16 Frank Warmerdam <warmerdam@pobox.com>
* tools/tiffdump.c: include TIFFTAG_JPEGTABLES in tag list.
* tools/tiffset.c: fix bug in error reporting.
* tools/tiffcp.c: fix several warnings that show up with -Wall.
2002-01-04 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_jpeg.c: fixed computation of segment_width for
tiles files to avoid error about it not matching the
cinfo.d.image_width values ("JPEGPreDecode: Improper JPEG strip/tile
size.") for ITIFF files. Apparently the problem was incorporated since
3.5.5, presumably during the OJPEG/JPEG work recently.
2001-12-15 Frank Warmerdam <warmerdam@pobox.com>
* configure, libtiff/Makefile.in: Changes for building on MacOS 10.1.
http://bugzilla.remotesensing.org/show_bug.cgi?id=94
* libtiff/tif_getimage.c: If DEFAULT_EXTRASAMPLE_AS_ALPHA is 1
(defined in tiffconf.h - 1 by default) then the RGBA interface
will assume that a fourth extra sample is ASSOCALPHA if the
EXTRASAMPLE value isn't set for it. This changes the behaviour of
the library, but makes it work better with RGBA files produced by
lots of applications that don't mark the alpha values properly.
http://bugzilla.remotesensing.org/show_bug.cgi?id=93
http://bugzilla.remotesensing.org/show_bug.cgi?id=65
2001-12-12 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_jpeg.c: allow jpeg data stream sampling values to
override those from tiff directory. This makes this work with
ImageGear generated files.
2001-12-07 Frank Warmerdam <warmerdam@pobox.com>
* html/Makefile.in: added missing images per bug 92.
* port/Makefile.in: fixed clean target per bug 92.
2001-11-28 Frank Warmerdam <warmerdam@pobox.com>
* Reissue 3.5.7 release.
* libtiff/mkversion.c: Fix output of TIFF_VERSION to be
YYYYMMDD so that it is increasing over time.
* Makefile.in: Ensure that tiffvers.h is regenerated in the
src/Source/LibTIFF4/ChangeLog view on Meta::CPAN
* tools/tiff2rgba.c: added -n flag to avoid emitting alpha component.
* man/tiff2rgba.1: new
2001-05-22 Frank Warmerdam <warmerdam@pobox.com>
* Added tiffset and tif_ojpeg to the dist lists in Makefile.in.
2001-05-13 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tools/thumbnail.c: changed default output compression
to packbits from LZW since LZW isn't generally available.
2001-05-12 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_ojpeg.c: New.
libtiff/tif_jpeg.c, tiffconf.h, tif_getimage.c: changes related
to OJPEG support.
Scott Marovich <marovich@hpl.hp.com> supplied OJPEG support.
2001-05-11 Frank Warmerdam <warmerdam@pobox.com>
* tiff.h: removed, it duplicates libtiff/tiff.h.
2001-05-08 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_dirinfo.c: moved pixar and copyright flags to
ensure everything is in order.
* libtiff/libtiff.def: added TIFFCreateDirectory and
TIFFDefaultStripSize as per:
http://bugzilla.remotesensing.org/show_bug.cgi?id=46
2001-05-02 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_dirinfo.c: Modified the TIFF_BYTE definition for
TIFFTAG_PHOTOSHOP to use a writecount of TIFF_VARIABLE2 (-3) to
force use of uint32 counts instead of short counts.
* libtiff/tif_dirwrite.c: Added support for TIFF_VARIABLE2 in the
case of writing TIFF_BYTE/TIFF_SBYTE fields.
http://bugzilla.remotesensing.org/show_bug.cgi?id=43
2001-05-01 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_dirinfo.c: removed duplicate TIFFTAG_PHOTOSHOP as per
bug report http://bugzilla.remotesensing.org/show_bug.cgi?id=44
2001-04-05 Frank Warmerdam <warmerdam@pobox.com>
* tiffio.h: removed C++ style comment.
* configure: fixed up SCRIPT_SH/SHELL handling.
* Makefile.in: Fixed SCRIPT_SH/SHELL handling.
* config.guess: documented more variables as per bug 40.
2001-04-03 Frank Warmerdam <warmerdam@pobox.com>
* configure, *Makefile.in: Various changes to improve configuration
for HP/UX specifically, and also in general. They include:
- Try to handle /usr/bin/sh instead of /bin/sh where necessary.
- Upgrade to HP/UX 10.x+ compiler, linker and dso options.
- Fixed mmap() test to avoid MMAP_FIXED ... it isn't available on HP
- Use -${MAKEFLAGS} in sub makes from makefiles.
http://bugzilla.remotesensing.org/show_bug.cgi?id=40
2001-04-02 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tiff.h: Applied hac to try and resolve the problem
with the inttypes.h include file on AIX.
See http://bugzilla.remotesensing.org/show_bug.cgi?id=39
* VERSION: update to 3.5.7 beta in preparation for release.
* configure/config.site: modified to check if -lm is needed for
MACHDEPLIBS if not supplied by config.site. Needed for Darwin.
* config.guess: updated wholesale to an FSF version apparently
from 1998 (as opposed to 1994). This is mainly inspired by
providing for MacOS X support.
2001-03-29 Frank Warmerdam <warmerdam@pobox.com>
* configure, Makefile.in, etc: added support for OPTIMIZER being
set from config.site.
2001-03-28 Frank Warmerdam <warmerdam@pobox.com>
* fax2ps.c: Helge (libtiff at oldach.net) submitted fix:
Here's a fix for fax2ps that corrects behaviour for non-Letter paper
sizes. It fixes two problems:
Without scaling (-S) the fax is now centered on the page size specified
with -H and/or -W. Before, fax2ps was using an obscure and practially
useless algorithm to allocate the image relative to Letter sized paper
which sometime sled to useless whitespace on the paper, while at the
same time cutting of the faxes printable area at the opposite border.
Second, scaling now preserves aspect ratio, which makes unusual faxes
(in particular short ones) print properly.
See http://bugzilla.remotesensing.org/show_bug.cgi?id=35
* tiff2ps.c/tiff2ps.1: Substantial changes to tiff2ps by
Bruce A. Mallett. See check message for detailed information
on all the changes, including a faster encoder, fixes for level
2 PostScript, and support for the imagemask operator.
2001-03-27 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tiffio.h: Changed "#if LOGLUV_PUBLIC" to
"#ifdef LOGLUV_PUBLIC" so it will work with VisualAge on AIX.
http://bugzilla.remotesensing.org/show_bug.cgi?id=39
2001-03-16 Frank Warmerdam <warmerdam@pobox.com>
* tif_dirinfo.c: moved definition of copyright tag in field list.
Apparently they have to be in sorted order by tag id.
2001-03-13 Frank Warmerdam <warmerdam@pobox.com>
* tif_getimage.c: Added support for 16bit minisblack/miniswhite
images in RGBA interface.
2001-03-02 Frank Warmerdam <warmerdam@pobox.com>
* Added TIFFTAG_COPYRIGHT support.
2001-02-19 Frank Warmerdam <warmerdam@pobox.com>
* Brent Roman contributed updated tiffcp utility (and tiffcp.1)
with support for extracting subimages with the ,n syntax, and also
adding the -b bias removal flag.
2001-02-16 Frank Warmerdam <warmerdam@pobox.com>
( run in 0.524 second using v1.01-cache-2.11-cpan-411bb0df24b )