Commit Graph

2351 Commits

Author SHA1 Message Date
Andrey Kiselev
0de7ab49eb Rename TIFFMergeField() function into TIFFMergeFields(). 2007-07-09 09:26:57 +00:00
Andrey Kiselev
6351780a75 *** empty log message *** 2007-07-08 18:33:01 +00:00
Andrey Kiselev
6678ac1b5e TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfo
retained for the backward compatibility.
2007-07-08 18:30:41 +00:00
Bob Friesenhahn
de5235e3af * tools/tiff2pdf.c: Fix a compile problem when JPEG_SUPPORT is not
defined.
2007-07-06 01:25:11 +00:00
Joris Van Damme
b8fde73523 BigTIFF upgrade: fix to not write TileOffsets and TileByteCounts with datatype SHORT 2007-07-06 00:49:18 +00:00
Andrey Kiselev
e61241254a Enumerate constants in TIFFSetGetFieldType. 2007-07-05 16:18:57 +00:00
Joris Van Damme
28b4b36027 BigTIFF upgrade: reflected BigTIFF changes in v4.0.0.html 2007-07-05 14:15:30 +00:00
Joris Van Damme
f30b4829fb BigTIFF upgrade: fix of Bob's bug on weird-endian machines 2007-07-05 02:57:12 +00:00
Bob Friesenhahn
3a23e0f57a Don't pass null pointer into bsearch(). 2007-07-04 21:33:31 +00:00
Andrey Kiselev
1e90985416 *** empty log message *** 2007-07-04 14:06:53 +00:00
Andrey Kiselev
6703aca211 New. 2007-07-04 14:06:38 +00:00
Andrey Kiselev
f3758c6b0e Unused TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumeration
removed.
2007-07-04 14:04:47 +00:00
Andrey Kiselev
a26e2d13b6 Move tags TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS, TIFFTAG_FAXRECVTIME
and TIFFTAG_FAXDCS to the common tag directory.	These tags are not
codec-specific and relate to image content, so process them as other normal
tags.
2007-07-04 13:58:38 +00:00
Andrey Kiselev
a88f534935 TIFFTagValue structure moved from the public tiffio.h to private tif_dir.h. 2007-07-04 13:21:31 +00:00
Andrey Kiselev
51b72a1eb9 *** empty log message *** 2007-07-04 11:39:22 +00:00
Andrey Kiselev
7b2906b7ca Outdated portability stuff removed. 2007-07-04 11:34:17 +00:00
Andrey Kiselev
e16f59e6e2 Number of problems fixed; now this utility can be built with gcc. 2007-07-04 11:31:36 +00:00
Andrey Kiselev
009671a000 *** empty log message *** 2007-07-03 16:06:41 +00:00
Andrey Kiselev
6b8c92d3f8 tif_next.c was mentioned twice, fixed. 2007-07-03 16:06:32 +00:00
Andrey Kiselev
47588d8839 Obsoleted portability stuff removed. 2007-07-03 16:05:49 +00:00
Andrey Kiselev
1c81bc514c *** empty log message *** 2007-07-03 16:01:18 +00:00
Andrey Kiselev
bf903e0588 Added support 16-bit images as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1566
Patch from William Bader.
2007-07-03 16:00:53 +00:00
Andrey Kiselev
ede042221b *** empty log message *** 2007-07-03 15:51:48 +00:00
Andrey Kiselev
9a19c1e905 Fix for TIFFTAG_JPEGTABLES tag fetching and significant upgrade of the whole
utility as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1560
Now we don't need tiffiop.h in tiff2pdf anymore and will open output PDF file
using TIFFClientOpen() machinery as it is implemented by Leon Bottou.
2007-07-03 15:47:05 +00:00
Bob Friesenhahn
50f1a6ab77 Don't attempt to bsearch() on NULL tif_fieldinfo. 2007-06-29 19:20:57 +00:00
Joris Van Damme
9dd037e3c9 check of WORDS_BIGENDIAN added to configuration checks at the top of TIFFClientOpen 2007-06-29 11:30:29 +00:00
Bob Friesenhahn
7e1f1dba52 Updated for "large" I/O. 2007-06-29 01:18:07 +00:00
Bob Friesenhahn
9128f747b5 Removed inclusion of limits.h. 2007-06-28 22:23:49 +00:00
Bob Friesenhahn
e04978578e Rewrote _tiffReadProc(), _tiffWriteProc(), and _tiffSeekProc(). 2007-06-28 22:21:25 +00:00
Andrey Kiselev
1a19f4c9ae Use libtool versioning instead of package release numbers. 2007-06-28 13:51:23 +00:00
Andrey Kiselev
d8207f580b Version number has been changed; use libtool versioning instead of
package release numbers.
2007-06-28 13:50:27 +00:00
Andrey Kiselev
635c6b8cec Make this module buildable. We supposing that _FILE_OFFSET_BITS is set to 64
in tif_config.h.
2007-06-28 13:21:55 +00:00
Joris Van Damme
c3e2c83b14 BigTIFF upgrade: unchecked and untested version of upgraded tif_jbig.c 2007-06-28 13:13:18 +00:00
Joris Van Damme
3930fc6e3a BigTIFF upgrade: changed indent from spaced to tabs in tif_jbig.c 2007-06-28 12:44:28 +00:00
Joris Van Damme
579d12785c BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structure 2007-06-28 12:43:07 +00:00
Bob Friesenhahn
100fb620da Add needed inclusion of limits.h 2007-06-28 05:51:18 +00:00
Joris Van Damme
d78966c6cf BigTIFF upgrade: unchecked and untested version of upgraded tif_unix.c 2007-06-28 01:34:01 +00:00
Joris Van Damme
b2519675c3 BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, restoration of tif_dirwrite.c 2007-06-27 16:09:58 +00:00
Joris Van Damme
06c7530fba BigTIFF upgrade: solution for uint16 through variable argument list 2007-06-27 12:28:15 +00:00
Andrey Kiselev
f14d1a5636 All makefile templates regenerated. 2007-06-27 12:03:37 +00:00
Andrey Kiselev
464f812265 *** empty log message *** 2007-06-27 12:01:03 +00:00
Andrey Kiselev
78e9b0ed48 Updated to latest upstream. 2007-06-27 11:59:16 +00:00
Bob Friesenhahn
5016816617 Added support for a TIFF_SSIZE_T in order to return memory sizes but still
allow returning -1 for errors.
2007-06-26 22:52:05 +00:00
Bob Friesenhahn
671e370838 Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic. 2007-06-26 20:05:33 +00:00
Bob Friesenhahn
9cc5ffaf11 Somehow libtool.m4 was not updated. 2007-06-26 18:02:00 +00:00
Bob Friesenhahn
71b780383f Hopefully fixed botched upgrade of libtool. 2007-06-26 16:38:43 +00:00
Bob Friesenhahn
62362f08b7 Remove GCC-specific argument specification. 2007-06-26 15:46:23 +00:00
Bob Friesenhahn
785843bd90 * configure.ac: Fix typo when substituting value for unsigned 8 bit type.
* libtiff/tiffconf.vc.h: Add porting type defintions for WIN32.
2007-06-26 15:39:51 +00:00
Joris Van Damme
84edfb3582 BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes 2007-06-26 12:31:25 +00:00
Joris Van Damme
b6da3ca5c9 BigTIFF upgrade: warnings in platform dependent files that are not yet updated 2007-06-26 10:41:27 +00:00