Andrey Kiselev
|
2dfa4ad011
|
Fixed integer overflow condition in TIFFFetchData() function. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1102
|
2006-03-03 13:06:00 +00:00 |
|
Andrey Kiselev
|
dfa63c0370
|
*** empty log message ***
|
2006-03-01 11:20:33 +00:00 |
|
Andrey Kiselev
|
9a43e77fe9
|
Set the ReferenceBlackWhite with the TIFFSetField() method, not directly.
As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1043
|
2006-03-01 11:09:13 +00:00 |
|
Andrey Kiselev
|
71818ed599
|
Added support for PBM files as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1044
|
2006-03-01 10:41:24 +00:00 |
|
Andrey Kiselev
|
9c79d5ec0a
|
*** empty log message ***
|
2006-02-27 14:29:56 +00:00 |
|
Andrey Kiselev
|
cfee9aff9a
|
Small code rearrangement in TIFFWriteScanline() to avoid crash as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1081.
|
2006-02-27 14:29:20 +00:00 |
|
Andrey Kiselev
|
2042f8cbda
|
Use STRIP_SIZE_DEFAULT in _TIFFDefaultStripSize() function.
|
2006-02-27 14:09:35 +00:00 |
|
Andrey Kiselev
|
5e5bcec4b9
|
*** empty log message ***
|
2006-02-26 17:56:38 +00:00 |
|
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 |
|