Andrey Kiselev
|
b0a93ca843
|
Fixed version links.
|
2006-03-18 17:12:47 +00:00 |
|
Andrey Kiselev
|
d50df6e082
|
*** empty log message ***
|
2006-03-17 14:59:50 +00:00 |
|
Andrey Kiselev
|
08300a98ec
|
Fixed wrong TIFFerror() invocations as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1125
|
2006-03-17 14:58:57 +00:00 |
|
Andrey Kiselev
|
9ebb2b1a85
|
Fixed reading the input stream from stdin as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1124
|
2006-03-17 14:56:42 +00:00 |
|
Andrey Kiselev
|
970107e773
|
*** empty log message ***
|
2006-03-16 12:41:28 +00:00 |
|
Andrey Kiselev
|
a97907bffd
|
Updated from the latest upstream.
|
2006-03-16 12:41:00 +00:00 |
|
Andrey Kiselev
|
b2e8c33493
|
Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1120
|
2006-03-16 12:38:24 +00:00 |
|
Andrey Kiselev
|
b0672e6b1b
|
Few clarifications in error reporting messages.
|
2006-03-16 12:24:53 +00:00 |
|
Andrey Kiselev
|
b63d5bddef
|
Removed decalration for _TIFFSetDefaultCompressionState().
|
2006-03-16 12:23:02 +00:00 |
|
Andrey Kiselev
|
b69e469167
|
Added decalration for _TIFFSetDefaultCompressionState().
|
2006-03-16 12:22:27 +00:00 |
|
Andrey Kiselev
|
65ee861c99
|
*** empty log message ***
|
2006-03-15 20:58:15 +00:00 |
|
Andrey Kiselev
|
08272d5428
|
Do not cleanup codec state in TIFFInitJPEG(). As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1119
|
2006-03-15 20:56:40 +00:00 |
|
Andrey Kiselev
|
58eec60cc9
|
*** empty log message ***
|
2006-03-15 12:50:23 +00:00 |
|
Andrey Kiselev
|
c9abd9c598
|
Use double type instead of dblparam_t.
|
2006-03-15 12:49:35 +00:00 |
|
Andrey Kiselev
|
c40ed030de
|
Removed STRIP_SIZE_DEFAULT macro definition.
|
2006-03-15 12:49:15 +00:00 |
|
Andrey Kiselev
|
bc5c02bfb2
|
dblparam_t typedef removed; GLOBALDATA macro removed; move here the
STRIP_SIZE_DEFAULT macro definition.
|
2006-03-15 12:48:45 +00:00 |
|
Andrey Kiselev
|
a243e2c9a5
|
Do not set RowsPerStrip larger than ImageLength. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1110
|
2006-03-15 12:48:24 +00:00 |
|
Andrey Kiselev
|
80dc9736c2
|
*** empty log message ***
|
2006-03-14 13:45:04 +00:00 |
|
Andrey Kiselev
|
44070a6b97
|
Do not check the PlanarConfig tag presence in TIFFReadDirectory, because it is
always set at the start of function and we allow TIFFs without that tag set.
|
2006-03-14 13:44:39 +00:00 |
|
Andrey Kiselev
|
0dcb9ef111
|
libtiff 3.8.1 released.
|
2006-03-13 15:06:17 +00:00 |
|
Andrey Kiselev
|
60734505f3
|
*** empty log message ***
|
2006-03-13 14:52:12 +00:00 |
|
Andrey Kiselev
|
f687f36b05
|
Memory leak fixed.
|
2006-03-13 07:53:28 +00:00 |
|
Andrey Kiselev
|
4aaddf9843
|
*** empty log message ***
|
2006-03-07 15:56:16 +00:00 |
|
Andrey Kiselev
|
f99e104e84
|
Fixed error reporting in TIFFFetchAnyArray() function as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1102
|
2006-03-07 15:55:27 +00:00 |
|
Andrey Kiselev
|
b0f4d2e934
|
More wise check for integer overflow condition as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1102
|
2006-03-07 13:57:01 +00:00 |
|
Andrey Kiselev
|
69ab321621
|
Properly restore setfield/getfield methods in cleanup functions. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1102
|
2006-03-07 11:59:12 +00:00 |
|
Andrey Kiselev
|
c1f6d21424
|
Fixed stupid mistake introduced in previous edition.
|
2006-03-04 16:00:45 +00:00 |
|
Andrey Kiselev
|
1e7ead2850
|
*** empty log message ***
|
2006-03-03 14:14:40 +00:00 |
|
Andrey Kiselev
|
1a9877ef13
|
Use TIFFPredictorCleanup() in codec cleanup methods. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1102
|
2006-03-03 14:13:01 +00:00 |
|
Andrey Kiselev
|
2ed09338d9
|
Added new function TIFFPredictorCleanup() to restore parent
decode/encode/field methods.
|
2006-03-03 14:10:09 +00:00 |
|
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 |
|