Andrey Kiselev
|
aec3f3bfd5
|
Added manual page for tiffset tool written by Jay Berkenbilt. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=678
|
2004-11-24 15:51:42 +00:00 |
|
Andrey Kiselev
|
074b3dc864
|
Small formatting fix.
|
2004-11-24 15:45:29 +00:00 |
|
Andrey Kiselev
|
55bc253e03
|
*** empty log message ***
|
2004-11-24 11:24:20 +00:00 |
|
Frank Warmerdam
|
dd296723ca
|
*** empty log message ***
|
2004-11-23 05:48:15 +00:00 |
|
Frank Warmerdam
|
b31bb82a82
|
Fixed TIFFerror call to be TIFFError
|
2004-11-23 05:47:40 +00:00 |
|
Frank Warmerdam
|
997e147f7f
|
*** empty log message ***
|
2004-11-21 22:06:21 +00:00 |
|
Frank Warmerdam
|
a6119e69ec
|
Updated adobe link as per email from Joris.
|
2004-11-21 22:04:54 +00:00 |
|
Andrey Kiselev
|
3ea29bb2c0
|
*** empty log message ***
|
2004-11-21 16:28:42 +00:00 |
|
Andrey Kiselev
|
aaa9adb76d
|
*** empty log message ***
|
2004-11-21 16:22:37 +00:00 |
|
Andrey Kiselev
|
a7facb35a9
|
*** empty log message ***
|
2004-11-21 16:14:52 +00:00 |
|
Andrey Kiselev
|
02fa852958
|
C++ stream interface moved to new file tiffio.hxx. We don't have any C++ in
tiffio.h, those who want to use C++ streams should #include <tiffio.hxx>.
|
2004-11-21 16:12:08 +00:00 |
|
Andrey Kiselev
|
87a689dc5b
|
Check the malloc results.
|
2004-11-13 18:50:24 +00:00 |
|
Andrey Kiselev
|
7fc18d4f49
|
Changed to compile the C++ modules properly.
|
2004-11-13 11:21:17 +00:00 |
|
Andrey Kiselev
|
d7343d360b
|
*** empty log message ***
|
2004-11-13 11:20:44 +00:00 |
|
Andrey Kiselev
|
000bacdc15
|
C++ stream interface updated to be compliant with the latest standard.
Appropriate additions in makefiles now completed.
|
2004-11-13 11:19:15 +00:00 |
|
Andrey Kiselev
|
57e10aa76e
|
Added Adobe DNG tags.
|
2004-11-13 11:16:50 +00:00 |
|
Andrey Kiselev
|
0c9abf1218
|
Typo fixed.
|
2004-11-13 11:14:47 +00:00 |
|
Andrey Kiselev
|
315f773c52
|
Add stream.cxx to sources list.
|
2004-11-12 13:05:35 +00:00 |
|
Andrey Kiselev
|
078099ab9c
|
Add support for C++ stream API.
|
2004-11-12 12:52:16 +00:00 |
|
Andrey Kiselev
|
f9fb6c863e
|
Regenerated from templates.
|
2004-11-11 14:47:47 +00:00 |
|
Andrey Kiselev
|
64fd979a67
|
Replace .3t suffix with the .3tiff.
|
2004-11-11 14:39:16 +00:00 |
|
Andrey Kiselev
|
6a74b9161c
|
Replace the 3t suffix with the 3tiff.
|
2004-11-11 14:36:59 +00:00 |
|
Andrey Kiselev
|
0bd9abf123
|
Removed.
|
2004-11-11 13:36:36 +00:00 |
|
Andrey Kiselev
|
66a2a07d5b
|
*** empty log message ***
|
2004-11-11 11:22:23 +00:00 |
|
Andrey Kiselev
|
f23d935e98
|
Move the "compat" tag definitions behind the right ones.
|
2004-11-11 11:22:04 +00:00 |
|
Andrey Kiselev
|
c401cfbdd9
|
Properly handle the different tag types. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=600
|
2004-11-11 11:18:09 +00:00 |
|
Andrey Kiselev
|
0db3f80eb1
|
*** empty log message ***
|
2004-11-10 21:08:57 +00:00 |
|
Andrey Kiselev
|
89cf48606e
|
Set the appropriate ReferenceBlackWhite array for YCbCr image which lacks that
tag (noted by Hans Petter Selasky).
|
2004-11-10 21:08:11 +00:00 |
|
Andrey Kiselev
|
361d0c4e33
|
*** empty log message ***
|
2004-11-09 20:28:26 +00:00 |
|
Andrey Kiselev
|
f3ac753d34
|
Division by zero fixed (Hans Petter Selasky).
|
2004-11-09 20:27:47 +00:00 |
|
Andrey Kiselev
|
c8d0b4f0ec
|
Added C++ stream interface contributed by Edward Lam (see
http://bugzilla.remotesensing.org/show_bug.cgi?id=654 for details). Though no
changes in any makefiles yet.
|
2004-11-07 18:20:05 +00:00 |
|
Frank Warmerdam
|
64152a1408
|
*** empty log message ***
|
2004-11-05 17:52:44 +00:00 |
|
Frank Warmerdam
|
560ec50fc2
|
Removed close under bad2 label in TIFFClientOpen(). We aren't allowed to
close the handle because it is owned by the caller.
http://bugzilla.remotesensing.org/show_bug.cgi?id=651
|
2004-11-05 17:51:35 +00:00 |
|
Andrey Kiselev
|
dc87d8a123
|
*** empty log message ***
|
2004-11-05 13:48:54 +00:00 |
|
Andrey Kiselev
|
cd3cacead1
|
Added TIFFOpenW() function to work with the double byte strings (used to
represent filenames in some locales). As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=625
|
2004-11-05 13:42:05 +00:00 |
|
Andrey Kiselev
|
7b11a46d98
|
Fixed problem when fetching BitsPerSample and Compression tags of type LONG
from broken TIFFS as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=662
|
2004-11-05 13:10:33 +00:00 |
|
Andrey Kiselev
|
5b831961a8
|
Fixed definition for TIFFTAG_RICHTIFFIPTC, the writecount should have uint32
type. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=662
|
2004-11-05 13:07:54 +00:00 |
|
Andrey Kiselev
|
a815a111a9
|
Fixed wrong if() statement in TIFFAppendToStrip() function as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=660
|
2004-11-05 11:37:29 +00:00 |
|
Andrey Kiselev
|
ca1310245b
|
Added installation of documentation pages.
|
2004-11-04 15:27:34 +00:00 |
|
Andrey Kiselev
|
379037c322
|
Added target to install documentstion.
|
2004-11-04 15:02:46 +00:00 |
|
Andrey Kiselev
|
018c3d1662
|
Added descritpion for the TIFFGetBitRevTable, as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=547
|
2004-11-04 14:34:24 +00:00 |
|
Andrey Kiselev
|
c45c87dc41
|
*** empty log message ***
|
2004-11-04 12:42:37 +00:00 |
|
Andrey Kiselev
|
f2c590de79
|
Change definition for TIFFTAG_EXTRASAMPLES field. The caller should supply a
count when setting this field. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=648
|
2004-11-04 12:42:12 +00:00 |
|
Andrey Kiselev
|
e65c9014c8
|
TIFFTAG_JPEGTABLES should have uint32 count. Use this type everywhere.
|
2004-11-04 12:40:11 +00:00 |
|
Andrey Kiselev
|
941f572964
|
Fix description for TIFFTAG_JPEGTABLES tag (count should be uint32 value).
|
2004-11-04 12:35:58 +00:00 |
|
Frank Warmerdam
|
75b4397a19
|
avoid use of u_long and u_char types. Bug 653
|
2004-11-03 22:33:27 +00:00 |
|
Frank Warmerdam
|
d78807e2ca
|
*** empty log message ***
|
2004-11-03 00:28:53 +00:00 |
|
Frank Warmerdam
|
2e43d3e0ab
|
removed extra newlines in usage message
|
2004-11-03 00:28:24 +00:00 |
|
Frank Warmerdam
|
ca2ead5c6d
|
Added OPTFLAGS.
|
2004-11-02 21:00:26 +00:00 |
|
Frank Warmerdam
|
a59d7311f4
|
removed the LIBRARY keyword, it makes it to hard to rename it
|
2004-11-02 20:55:29 +00:00 |
|