Commit Graph

1974 Commits

Author SHA1 Message Date
Andrey Kiselev
5ea085b57e *** empty log message *** 2007-02-27 15:46:48 +00:00
Andrey Kiselev
1ccfef7853 Use uint32 type instead of tsize_t in byte counters in TIFFFetchData(). Should
finally fix the issue http://bugzilla.remotesensing.org/show_bug.cgi?id=890
2007-02-27 15:46:34 +00:00
Andrey Kiselev
1c0564c8e8 *** empty log message *** 2007-02-24 17:16:40 +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
6c7bf882d0 Added special function to handle SubjectDistance EXIF tag as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1362
2007-02-24 17:09:31 +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
17526ec423 *** empty log message *** 2007-02-24 15:56:24 +00:00
Andrey Kiselev
29b4f6fbdc Added Richard Nolde to the list of contributors. 2007-02-24 15:47:04 +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
b7493a8259 Updated to recent versions. 2007-02-24 13:19:06 +00:00
Andrey Kiselev
33465b3610 Document missing '-i' command line switch as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1437
2007-02-24 11:19:33 +00:00
Andrey Kiselev
52cd7a3a70 *** empty log message *** 2007-02-22 14:07:47 +00:00
Andrey Kiselev
2e0f36bb30 Workaround for incorrect TIFFs with ExtraSamples == 999 produced by Corel
Draw. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1490
2007-02-22 14:07:16 +00:00
Andrey Kiselev
a128f8e5b5 *** empty log message *** 2007-02-22 11:34:10 +00:00
Andrey Kiselev
e42bb3f6b2 Type of the byte counters changed from tsize_t to uint32 to be able to work
with data arrays larger than 2GB. Fixes bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=890
Idea submitted by Matt Hancher.
2007-02-22 11:33:44 +00:00
Andrey Kiselev
f60e3e9593 Added declaration for getopt(). 2007-02-22 11:27:17 +00:00
Andrey Kiselev
a155447a5f Do not include absent tiffcomp.h header; include std headers instead. 2007-02-21 14:20:32 +00:00
Andrey Kiselev
a766aaa89e *** empty log message *** 2007-01-31 14:47:15 +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
bda9dea5ed Tiny fix in the comments. 2007-01-10 16:59:53 +00:00
Joris Van Damme
8a5381a05f Update to BigTIFF proposal page, saying four sponsors have been found 2006-12-24 12:11:05 +00:00
Frank Warmerdam
92c680cdf1 clear sorted flag if we move a strip/tile - bug 1359 2006-11-20 02:11:39 +00:00
Joris Van Damme
d218770ca5 added BigTIFF project proposal page 2006-10-25 09:56:59 +00:00
Andrey Kiselev
174ca97ba5 Regenerated. 2006-10-13 15:27:43 +00:00
Andrey Kiselev
3337b034f1 *** empty log message *** 2006-10-13 15:07:40 +00:00
Andrey Kiselev
b9c3214b60 More fixes for vulnerabilities, reported in Gentoo bug ():
http://bugs.gentoo.org/show_bug.cgi?id=142383
2006-10-13 15:06:52 +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
e04a08ec2e Improve clean target a bit. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1318
2006-10-13 10:30:21 +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
Andrey Kiselev
14f595b9a0 Make xtiff utility compilable. Though it is still far from the state of being
working and useful.
2006-10-13 10:16:22 +00:00
Andrey Kiselev
da07e8372e Added test for X Athena widgets. 2006-10-13 10:15:35 +00:00
Andrey Kiselev
5338cd561e New. 2006-10-13 10:13:31 +00:00
Andrey Kiselev
0140e4965d Removed. 2006-10-13 07:37:27 +00:00
Andrey Kiselev
24c0091bb2 Correct functions definitions as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1319
2006-10-13 07:22:01 +00:00
Andrey Kiselev
b560709ed0 *** empty log message *** 2006-10-12 18:12:12 +00:00
Andrey Kiselev
481b53b4e1 Save the state of printdir codec dependent method. 2006-10-12 18:11:30 +00:00
Andrey Kiselev
7ddafe6c10 Save the state of printdir codec dependent method as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1273
2006-10-12 18:02:52 +00:00
Andrey Kiselev
1b6451a4f5 Fixed problem with offset value manipulation as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1322
2006-10-12 17:38:48 +00:00
Andrey Kiselev
9876fb1391 More fixes for vulnerabilities, reported in Gentoo bug ():
http://bugs.gentoo.org/show_bug.cgi?id=142383
2006-10-12 16:50:55 +00:00
Andrey Kiselev
263c34ba87 Spelling fixed. 2006-10-12 15:46:25 +00:00
Andrey Kiselev
5f25ca7464 Tavis Ormandy added to the list of contributors. 2006-10-12 15:44:42 +00:00
Andrey Kiselev
8eebc4b8d8 More fixes for vulnerabilities, reported in Gentoo bug ():
http://bugs.gentoo.org/show_bug.cgi?id=142383
2006-10-12 15:36:14 +00:00
Andrey Kiselev
8e71c5aa08 Fixed multiple vulnerabilities, as per Gentoo bug ():
http://bugs.gentoo.org/show_bug.cgi?id=142383
2006-10-12 15:01:30 +00:00
Andrey Kiselev
f6c9458485 Avoid warnings. 2006-10-12 15:00:49 +00:00