Frank Warmerdam
8e40470908
Fix problem with alpha setting
2007-10-05 16:30:18 +00:00
Bob Friesenhahn
2737e0e77b
* test/images: Added a small collection of test images for use by
...
test programs and scripts.
* test/tiffinfo.sh: A trivial example test script.
* test/common.sh: Added small script for setting the environment
used by script-based tests.
2007-09-19 21:51:00 +00:00
Andrey Kiselev
42bed3384e
libtiff 4.0.0alpha released.
2007-07-13 14:57:37 +00:00
Andrey Kiselev
612fe33e9d
Mapping routines definitions fixed.
2007-07-12 17:32:53 +00:00
Andrey Kiselev
3716b22ae8
Added missed extern optind.
2007-07-12 17:25:12 +00:00
Bob Friesenhahn
b2328c5b5d
* libtiff/tif_stream.cxx: Adapt to use toff_t again. Update to
...
use standard C++ library size types and attempt to detect overflow
cases.
2007-07-11 20:27:14 +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
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
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
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
Andrey Kiselev
f14d1a5636
All makefile templates regenerated.
2007-06-27 12:03:37 +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
71b780383f
Hopefully fixed botched upgrade of libtool.
2007-06-26 16:38:43 +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
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
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
Joris Van Damme
6b42b6bad5
BigTIFF upgrade: tiffdump.c, complete except for IO standard library functions
2007-06-13 13:01:43 +00:00
Joris Van Damme
6696d959b5
BigTIFF upgrade: tiffinfo.c
2007-06-12 13:08:09 +00:00
Andrey Kiselev
85cec3b0a7
Check the tmpfile() return status as per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=154
2007-04-27 16:47:14 +00:00
Andrey Kiselev
d47a85ce37
Avoid warnings.
2007-04-18 08:46:33 +00:00
Andrey Kiselev
dc8ae28aa2
Significant update in functionsality as per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=1525
2007-04-06 14:23:54 +00:00
Andrey Kiselev
c29dea9440
Properly handle tags with TIFF_VARIABLE writecount. As per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=1350
2007-02-24 17:14:14 +00:00
Andrey Kiselev
c4f2e5b44e
Do not assume inches when the resolution units do not specified. As per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=1366
2007-02-24 16:28:48 +00:00
Andrey Kiselev
db88776e03
Do not change RowsPerStrip value if it was set as infinite. As per bug:
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=1368
2007-02-24 15:57:01 +00:00
Andrey Kiselev
e82a93e642
Use strchr() instead of index(); avoid warnings.
2007-02-24 15:27:15 +00:00
Andrey Kiselev
2ad35de456
Added tiffcrop utility.
2007-02-24 15:26:09 +00:00
Andrey Kiselev
ef833c655f
Regenerated.
2007-02-24 15:03:47 +00:00
Andrey Kiselev
bddf26622c
New.
2007-02-24 14:48:01 +00:00
Andrey Kiselev
c0123c7895
This utility does not work properly on big-endian architectures. It was fixed
...
including the bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1149
2007-01-31 14:46:59 +00:00
Andrey Kiselev
7fd8cdbe99
Attempt to fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1149
2007-01-27 18:38:34 +00:00
Mateusz Loskot
367a35efb3
TIFF library ported to Windows CE platform.
2007-01-15 18:40:39 +00:00
Andrey Kiselev
c905dc9878
tiffset.exe added to the list of utilities to be build.
2006-10-13 11:06:07 +00:00
Andrey Kiselev
576c461a28
Get rid of BSD integer types as per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=1319
2006-10-13 10:26:56 +00:00
Frank Warmerdam
06ab41916f
Fix handling of -q values. (bug 587)
2006-06-19 20:12:07 +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
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
514fb56f86
Regenerated.
2006-06-07 15:55:20 +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
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
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
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
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
b90b47e6f7
libtiff 3.8.2 released.
2006-03-23 14:54:00 +00:00
Andrey Kiselev
bd5bff3cf6
Use runtime paths linker flags when rpath option enabled.
2006-03-23 14:23:43 +00:00
Andrey Kiselev
fb8fe4b17f
Makefiles improvements as per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=1128
2006-03-21 16:41:07 +00:00
Andrey Kiselev
bc6736f91d
Fixed win32 I/O functions usage as per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=1127
2006-03-21 16:37:51 +00:00