Frank Warmerdam
|
764c5d5ae2
|
Updated location of TIFF6.pdf on our ftp site.
|
2006-07-10 18:13:52 +00:00 |
|
Bob Friesenhahn
|
33bf9a3f4c
|
* {configure.ac, libtiff/tif_config.h.vc, libtiff/tif_jbig.c}
(JBIGDecode): jbg_newlen is not available in older JBIG-KIT and
its use does not appear to be required, so use it only when it is
available.
|
2006-07-04 19:01:47 +00:00 |
|
Andrey Kiselev
|
1398c14781
|
Null definition removed.
|
2006-06-30 19:08:03 +00:00 |
|
Andrey Kiselev
|
0360163075
|
*** empty log message ***
|
2006-06-24 18:02:15 +00:00 |
|
Andrey Kiselev
|
2f7b9c3d39
|
Initial (very) preliminary implementation of the TIFFWriteCustomDirectory().
|
2006-06-24 18:01:37 +00:00 |
|
Andrey Kiselev
|
e15a7e01fb
|
Added missed EXIF tag ColorSpace (40961).
|
2006-06-24 13:30:50 +00:00 |
|
Andrey Kiselev
|
d1ea9ba101
|
Move IFD fetching code in the separate function TIFFFetchDirectory() avoiding
code duplication in TIFFReadDirectory() and TIFFReadCustomDirectory().
|
2006-06-24 13:25:48 +00:00 |
|
Frank Warmerdam
|
06ab41916f
|
Fix handling of -q values. (bug 587)
|
2006-06-19 20:12:07 +00:00 |
|
Frank Warmerdam
|
8a6eb4e9c4
|
fixed gdaladdo bug due to overeager use of EstimateStripByteCount and lack of tile case
|
2006-06-17 17:20:45 +00:00 |
|
Andrey Kiselev
|
393d84c969
|
*** empty log message ***
|
2006-06-08 14:28:45 +00:00 |
|
Andrey Kiselev
|
0a27311394
|
Move IFD looping checking code in the separate function TIFFCheckDirOffset().
|
2006-06-08 14:27:17 +00:00 |
|
Andrey Kiselev
|
c0e99e81f8
|
Added _TIFFCheckRealloc() function.
|
2006-06-08 14:24:13 +00:00 |
|
Andrey Kiselev
|
5a80b5f42e
|
Fixed floating point comparison logic as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1191
|
2006-06-08 11:52:27 +00:00 |
|
Andrey Kiselev
|
e48f2efda3
|
Fixed problems in fax decoder as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1194
|
2006-06-08 11:33:00 +00:00 |
|
Andrey Kiselev
|
3c3ae7d37c
|
More fixes for character type safety.
|
2006-06-08 11:27:11 +00:00 |
|
Andrey Kiselev
|
a0fdd6eb0c
|
Fixed buffer overflow condition in t2p_write_pdf_string() as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1196
|
2006-06-08 10:45:35 +00:00 |
|
Andrey Kiselev
|
01a173d4b8
|
Added help line for 'jbig' compression option.
|
2006-06-07 16:34:32 +00:00 |
|
Andrey Kiselev
|
7c7d6ae826
|
Added switches to enable JBIG support.
|
2006-06-07 16:33:45 +00:00 |
|
Andrey Kiselev
|
04847f876d
|
Make --enable-old-jpeg working again.
|
2006-06-07 16:09:07 +00:00 |
|
Andrey Kiselev
|
514fb56f86
|
Regenerated.
|
2006-06-07 15:55:20 +00:00 |
|
Andrey Kiselev
|
073cc29949
|
*** empty log message ***
|
2006-06-07 15:48:45 +00:00 |
|
Andrey Kiselev
|
9ff07be06c
|
Added support for JBIG compression scheme (34661 code) contributed by Lee
Howard. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=896
|
2006-06-07 15:47:43 +00:00 |
|
Andrey Kiselev
|
bcdfba3f12
|
Added support for JBIG compression scheme; OJPEG support enabled by default.
|
2006-06-07 15:40:44 +00:00 |
|
Andrey Kiselev
|
de8132768f
|
Added support for JBIG compression scheme (34661 code) contributed by Lee
Howard. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=896
|
2006-06-07 15:39:03 +00:00 |
|
Andrey Kiselev
|
88df59e89c
|
Updated to recent upstream.
|
2006-06-07 14:45:43 +00:00 |
|
Andrey Kiselev
|
b11ec97f62
|
ojpeg/ directory removed.
|
2006-06-07 14:43:44 +00:00 |
|
Andrey Kiselev
|
9c8bfd33b7
|
Removed.
|
2006-06-07 14:43:05 +00:00 |
|
Andrey Kiselev
|
60632af919
|
No need in this patch anymore.
|
2006-06-07 14:40:51 +00:00 |
|
Bob Friesenhahn
|
56f599add1
|
* libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash in
TIFFPrintDirectory(). Joris Van Damme authored the fix.
|
2006-06-03 15:28:29 +00:00 |
|
Andrey Kiselev
|
49c40df5d4
|
*** empty log message ***
|
2006-04-21 16:48:17 +00:00 |
|
Andrey Kiselev
|
f7035cc549
|
Unified line ending characters (always use '\n') as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1163
|
2006-04-21 15:09:34 +00:00 |
|
Andrey Kiselev
|
005ac319dc
|
Added support for OpenVMS by Alexey Chupahin, elvis_75@mail.ru.
|
2006-04-21 14:22:57 +00:00 |
|
Andrey Kiselev
|
39051ccc51
|
Added support for OpenVMS.
|
2006-04-21 14:18:54 +00:00 |
|
Andrey Kiselev
|
1222c3f1c2
|
*** empty log message ***
|
2006-04-20 12:49:00 +00:00 |
|
Andrey Kiselev
|
8ba8e9489a
|
Regenerated.
|
2006-04-20 12:38:54 +00:00 |
|
Andrey Kiselev
|
550cfd7a32
|
Properly set the binary mode for stdin stream as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1141
|
2006-04-20 12:36:23 +00:00 |
|
Andrey Kiselev
|
55bd0128b3
|
Added tests for io.h header and setmode() function.
|
2006-04-20 12:26:46 +00:00 |
|
Andrey Kiselev
|
94212b3d81
|
Improvements in page formatting as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=114
|
2006-04-20 12:17:19 +00:00 |
|
Andrey Kiselev
|
4b9b4181fb
|
Added description for '-b' option.
|
2006-04-20 12:07:41 +00:00 |
|
Andrey Kiselev
|
e3fe101bf5
|
Fixed typos as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1139
|
2006-04-20 12:04:35 +00:00 |
|
Andrey Kiselev
|
a2a1911b67
|
Fixed typos as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=113
|
2006-04-20 11:48:42 +00:00 |
|
Frank Warmerdam
|
58cea4d46c
|
use /EHsc and -D_CRT_SECURE_NO_DEPRECATE for VS2005 support
|
2006-04-19 01:14:00 +00:00 |
|
Joris Van Damme
|
afc7488f13
|
response to Bob's compiler warnings - no functionality change
|
2006-04-13 03:25:53 +00:00 |
|
Joris Van Damme
|
b1c2b3ed27
|
Added support for planarconfig separate non-subsampled YCbCr to tif_getimage.c
|
2006-04-12 07:29:51 +00:00 |
|
Joris Van Damme
|
410042ad06
|
Revision of all RGB(A) put routines in tif_getimage.c, including bugfix in handling 16bit RGB with unassociated alpha
|
2006-04-11 13:33:19 +00:00 |
|
Joris Van Damme
|
e5e88271c0
|
minor improvement in tif_getimage.c gtTileSeparate and gtStripSeparate, no functionality change
|
2006-04-11 08:03:25 +00:00 |
|
Joris Van Damme
|
03898a1b13
|
some indentation restoration, no content change
|
2006-04-09 03:36:58 +00:00 |
|
Joris Van Damme
|
64f4609a40
|
added explanation of OJPEG codec operation - no functionality change
|
2006-04-08 22:52:49 +00:00 |
|
Joris Van Damme
|
0394c208ba
|
minor refactoring of tif_getimage.c to accomodate planed functionality extension - no functionality change at this time
|
2006-04-08 08:01:34 +00:00 |
|
Joris Van Damme
|
d2d4ae98fb
|
some indentation restoration, no content change
|
2006-04-08 03:08:56 +00:00 |
|