Commit Graph

2002 Commits

Author SHA1 Message Date
Andrey Kiselev
46f6411b2c Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 by
introducing _TIFFMergeFieldInfo() returning integer error status instead of
void in case of problems with field merging (e.g., if the field with such a tag
already registered). TIFFMergeFieldInfo() in public API remains void. Use
_TIFFMergeFieldInfo() everywhere and check returned value.
2007-04-07 15:14:30 +00:00
Andrey Kiselev
7acb6903d5 Weird line ending fixed. 2007-04-07 15:06:02 +00:00
Frank Warmerdam
d8921f2ad4 Fix problems with odd sized output blocks in TIFF_DownSample_Subsampled() (bug 1542). 2007-04-07 06:36:39 +00:00
Frank Warmerdam
0060e8d942 fix in JPEGInitializeLibJPEG for compress/decompress mixup (bug #1541) 2007-04-06 21:04:27 +00:00
Andrey Kiselev
6b47776e21 *** empty log message *** 2007-04-06 14:27:30 +00:00
Andrey Kiselev
d7b45da13f Updated to reflect recent changes in tiffcrop. 2007-04-06 14:27:03 +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
011a2dcdbf Remove *.pdb files when cleaning. 2007-04-06 14:20:56 +00:00
Joris Van Damme
cccb9c5885 BigTIFF upgrade in progress - widespread temp mess - does not compile now 2007-04-05 16:15:10 +00:00
Joris Van Damme
126f04ce5e BigTIFF upgrade in progress - widespread temp mess - does not compile now 2007-04-04 04:16:07 +00:00
Joris Van Damme
7c0eb6eb47 BigTIFF upgrade in progress - widespread temp mess - does not compile now 2007-03-31 01:41:10 +00:00
Joris Van Damme
ba321978d8 BigTIFF upgrade in progress - widespread temp mess - does not compile now 2007-03-31 01:04:52 +00:00
Frank Warmerdam
05c09c045b fix static/inline issue with IRIC C++ Compiler 2007-03-28 21:47:01 +00:00
Joris Van Damme
a0859b11a8 BigTIFF upgrade in progress - widespread temp mess - does not compile now 2007-03-28 02:50:41 +00:00
Joris Van Damme
c304b8db85 BigTIFF upgrade in progress 2007-03-27 04:24:28 +00:00
Joris Van Damme
7140e05e91 BigTIFF upgrade in progress 2007-03-26 16:16:44 +00:00
Joris Van Damme
4fa7588a37 BigTIFF upgrade in progress 2007-03-24 11:48:17 +00:00
Joris Van Damme
8d13c64b89 BigTIFF upgrade in progress 2007-03-22 05:53:23 +00:00
Joris Van Damme
01d1531ce0 BigTIFF upgrade in progress 2007-03-22 02:08:21 +00:00
Andrey Kiselev
1e551b86eb Make dummy fucntion non-static. 2007-03-21 14:54:16 +00:00
Andrey Kiselev
d9eded9d9d Added CVS instructions for 3.9 branch. 2007-03-19 15:43:23 +00:00
Joris Van Damme
3c1b96c8bc BigTIFF upgrade in progress 2007-03-19 12:11:15 +00:00
Joris Van Damme
513dc25a14 BigTIFF upgrade in progress 2007-03-17 05:21:29 +00:00
Joris Van Damme
d5bb03d2e2 BigTIFF upgrade in progress 2007-03-17 04:41:28 +00:00
Joris Van Damme
7cff22e59c workaround for OJPEG 'Fractional scanline' bug in tif_getimage.c 2007-03-08 03:07:42 +00:00
Joris Van Damme
f547b2607b Indentation restoration, no functionality change 2007-03-08 02:18:31 +00:00
Joris Van Damme
04282d6b8f minor changes in tif_win32.c 2007-03-07 17:10:31 +00:00
Joris Van Damme
7a17af90d4 Small website changes to reflect BigTIFF-in-LibTiff project status 2007-03-02 18:36:11 +00:00
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