Commit Graph

2087 Commits

Author SHA1 Message Date
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
Joris Van Damme
a2ce1c675c BigTIFF upgrade: misc little things, indentation and some compiler warnings workarounds 2007-06-26 10:30:12 +00:00
Joris Van Damme
1988981be8 BigTIFF upgrade: misc little things, mostly indentation and unimportant stuff 2007-06-26 09:42:27 +00:00
Bob Friesenhahn
00edd87348 Forgot to delete code in #if 0 block. 2007-06-25 15:58:03 +00:00
Bob Friesenhahn
8c4398d0d6 * port/strtoull.c: New porting function in case strtoull() is not
available on the target system.
* configure.ac: Add configure support for determining sized types
in a portable way and performing necessary substitutions in
tif_config.h and tiffconf.h.  Updated tiff.h to use the new
definitions.
2007-06-25 15:38:21 +00:00
Joris Van Damme
d8a844d08d BigTIFF upgrade: misc little things 2007-06-23 01:32:31 +00:00
Joris Van Damme
4ef858724a BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag handling plans 2007-06-23 01:06:06 +00:00
Joris Van Damme
f72ffa0046 BigTIFF upgrade: misc little things 2007-06-22 08:27:19 +00:00
Joris Van Damme
ccb583be17 BigTIFF upgrade: misc little things, mostly indentation and unimportant stuff 2007-06-21 16:47:14 +00:00
Joris Van Damme
0cb68e6f19 BigTIFF upgrade: finalisation of tif_win32.c, read and write funcs now supporting potential 64bit size types 2007-06-20 10:43:46 +00:00
Joris Van Damme
70b42a0259 BigTIFF upgrade: tiffcp.c 2007-06-20 08:36:42 +00:00
Joris Van Damme
4bd2d780ce BigTIFF upgrade: tiffcp.c 2007-06-20 08:35:57 +00:00
Joris Van Damme
923c450f24 BigTIFF upgrade: last minute correction to do with directory writing 2007-06-15 08:08:26 +00:00
Joris Van Damme
78faf04967 BigTIFF upgrade: tiff2rgba.c (last minute correction) 2007-06-13 14:21:59 +00:00
Joris Van Damme
140aefa242 BigTIFF upgrade: tiff2rgba.c 2007-06-13 14:14:03 +00:00