Commit Graph

1798 Commits

Author SHA1 Message Date
Andrey Kiselev
2aad3477e6 Functions t2p_sample_rgbaa_to_rgb() and t2p_sample_rgba_to_rgb() was used in
place of each other, that was resulted in problems with RGBA images with
associated alpha. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1097
2006-02-26 17:55:42 +00:00
Andrey Kiselev
bb47850863 *** empty log message *** 2006-02-23 16:08:23 +00:00
Andrey Kiselev
3c4295863e Properly write TIFFTAG_DOTRANGE tag as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1088.
2006-02-23 16:07:45 +00:00
Andrey Kiselev
3cdfaeafb1 Properly read TIFFTAG_PAGENUMBER, TIFFTAG_HALFTONEHINTS,
TIFFTAG_YCBCRSUBSAMPLING and TIFFTAG_DOTRANGE tags as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1088.
2006-02-23 15:56:34 +00:00
Andrey Kiselev
1146156015 Do not hide automatic counter. 2006-02-23 15:55:02 +00:00
Andrey Kiselev
6923ef1e64 Properly scale all the pages when converting multipage TIFF with
/width/height/center options set. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1080
2006-02-23 14:50:32 +00:00
Andrey Kiselev
989d90c025 *** empty log message *** 2006-02-15 13:35:04 +00:00
Andrey Kiselev
035bbb2d62 Do not create output file until all option checks will be done. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1072
2006-02-15 13:33:59 +00:00
Andrey Kiselev
d4438d6fd4 Added ability to create multipage TIFFs from the list of input files as per
bug: http://bugzilla.remotesensing.org/show_bug.cgi?id=1077
2006-02-15 13:12:30 +00:00
Andrey Kiselev
b936f969d0 *** empty log message *** 2006-02-09 16:19:45 +00:00
Andrey Kiselev
8367d94a7c Fix error reporting in TIFFCheckTile() as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1063.
2006-02-09 16:15:43 +00:00
Andrey Kiselev
be7063caea Avoid crashing in case of image unsupported by TIFFRGBAImage interface. 2006-02-09 16:00:34 +00:00
Andrey Kiselev
f6a82c8af4 Avoid overflow in case of wrong input as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1065.
2006-02-09 15:42:20 +00:00
Andrey Kiselev
cd97834bed *** empty log message *** 2006-02-07 14:49:40 +00:00
Frank Warmerdam
0a02af9e2d fix for non-YCbCr jpeg compressed files 2006-02-07 14:28:48 +00:00
Andrey Kiselev
a03acbb37c *** empty log message *** 2006-02-07 11:15:40 +00:00
Andrey Kiselev
4ae296c255 Help message formatting fixed. 2006-02-07 11:08:31 +00:00
Andrey Kiselev
9e660b33c7 Properly cast values to avoid warnings. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1033.
2006-02-07 11:00:22 +00:00
Andrey Kiselev
f19535c6aa Use TIFF_NOTYPE instead of 0 when appropriate. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1033.
2006-02-07 10:45:38 +00:00
Andrey Kiselev
8aacb5ecd4 Fixed type of temporary variable in _TIFFCheckMalloc() as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1033.
2006-02-07 10:41:30 +00:00
Andrey Kiselev
ec7407b0a3 *** empty log message *** 2006-02-06 16:12:27 +00:00
Andrey Kiselev
c3bea35fd9 Return static array when fetching default YCbCrCoefficients (another problem,
reported a the http://bugzilla.remotesensing.org/show_bug.cgi?id=1029 entry).
2006-02-06 16:11:46 +00:00
Andrey Kiselev
cbcbc019f8 *** empty log message *** 2006-02-03 16:39:27 +00:00
Andrey Kiselev
29eb1c473f Clear fields FIELD_YCBCRSUBSAMPLING and FIELD_YCBCRPOSITIONING
in TIFFFreeDirectory().
2006-02-03 16:36:02 +00:00
Andrey Kiselev
c155e59d8d The same fix apllies to _TIFFVGetField() function. 2006-02-03 16:27:13 +00:00
Andrey Kiselev
31c405b3b8 Special handling for PageNumber, HalftoneHints, YCbCrSubsampling and DotRange
tags as per bugs
http://bugzilla.remotesensing.org/show_bug.cgi?id=1029
http://bugzilla.remotesensing.org/show_bug.cgi?id=1034
2006-02-03 15:58:42 +00:00
Andrey Kiselev
4fab684de1 Use _TIFFGetExifFieldInfo() instead of _TIFFGetFieldInfo() in
TIFFReadEXIFDirectory() call as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1026
2006-02-03 13:25:59 +00:00
Andrey Kiselev
f714980a3d libtool related stuff updated from the 2.1a branch. 2006-01-23 18:21:45 +00:00
Andrey Kiselev
6d46b8e464 Updated from libtool CVS. 2006-01-23 18:17:56 +00:00
Frank Warmerdam
4cef528582 fixed last jpeg processing patch 2006-01-11 17:03:43 +00:00
Frank Warmerdam
3949657664 fix jpeg tool option processing: bug 1025 2006-01-11 16:59:35 +00:00
Bob Friesenhahn
d6b209d3b4 * configure.ac: Fix with_default_strip_size comparison as reported
by Norihiko Murase.
2006-01-09 16:56:03 +00:00
Bob Friesenhahn
c1961f4111 * test/Makefile.am (LIBTIFF): Due to linking against libtiff
incorrectly, tests were not actually testing the uninstalled
libtiff.  Now they are.
2006-01-08 18:57:33 +00:00
Frank Warmerdam
3cef009696 Fixed one more link. 2006-01-04 23:38:38 +00:00
Frank Warmerdam
be26ae04e9 Fixed html= to href= in bugzilla links. 2006-01-04 22:06:19 +00:00
Frank Warmerdam
12b817197c Fixed typo in href for bug. 2006-01-04 22:04:46 +00:00
Andrey Kiselev
634d926c5c *** empty log message *** 2006-01-04 17:35:18 +00:00
Andrey Kiselev
4aa0a5ce6c Added TIFFReadCustomDirectory() and TIFFReadEXIFDirectory(). 2006-01-04 14:37:19 +00:00
Andrey Kiselev
c762bdc1b6 Change definitions for TIFFTAG_ICCPROFILE, TIFFTAG_PHOTOSHOP,
TIFFTAG_RICHTIFFIPTC, TIFFTAG_XMLPACKET: readcount should be uint32 value.
2006-01-04 13:22:09 +00:00
Bob Friesenhahn
cfa43016a3 Update tools list to current set. 2006-01-03 02:16:07 +00:00
Bob Friesenhahn
9871aeaf92 Fix typo. 2006-01-03 01:45:41 +00:00
Bob Friesenhahn
15fd57d512 Fix URL to ImageMagick site. 2006-01-03 01:42:30 +00:00
Bob Friesenhahn
523e9fd8f0 Current version is 3.8.0. 2006-01-03 01:37:24 +00:00
Bob Friesenhahn
803e1ec055 Fix wrong formatting in ChangeLog entry. 2006-01-02 23:52:52 +00:00
Bob Friesenhahn
c3402403ea * html/man/Makefile.am (htmldoc): Fix htmldoc rule so that it can
be used if build directory is not the same as source directory.
* man/{TIFFGetField.3tiff, man/TIFFSetField.3tiff}: Documented
TIFFTAG_PHOTOSHOP, TIFFTAG_RICHTIFFIPTC, and TIFFTAG_XMLPACKET,
and re-sorted tag names in alphabetical order.
2006-01-02 23:50:44 +00:00
Andrey Kiselev
0776b32d29 3.8.0 released. 2005-12-29 22:01:44 +00:00
Andrey Kiselev
301f5d59af Added 3.8.0. 2005-12-29 21:49:38 +00:00
Bob Friesenhahn
b3f4f82894 * tools/bmp2tiff.c (main): Fixed warning regarding returning
inconsistent types from a condition.
2005-12-29 00:33:51 +00:00
Bob Friesenhahn
0bb0df6024 * tools/tiffcmp.c (CheckLongTag): Eliminate warning due to printf
format.
* tools/bmp2tiff.c: Reduce compilation warnings on big-endian CPUs.
2005-12-29 00:15:56 +00:00
Joris Van Damme
201ee77d94 *** empty log message *** 2005-12-28 06:53:18 +00:00