summaryrefslogtreecommitdiff
path: root/html/v4.0.0.html
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2009-08-27 19:23:52 +0000
committerbfriesen <bfriesen>2009-08-27 19:23:52 +0000
commiteeb9e0ca7c59bf5993c1055fd2610e96e465521a (patch)
treea54e1ee47f2f5d3707d6ca3b3fc45334046764cf /html/v4.0.0.html
parentbcb39e99d31c8a552a0e5adffd9681c1fe3b5c34 (diff)
downloadlibtiff-eeb9e0ca7c59bf5993c1055fd2610e96e465521a.tar.gz
Add a note about 64-bit tags.
Diffstat (limited to 'html/v4.0.0.html')
-rw-r--r--html/v4.0.0.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/html/v4.0.0.html b/html/v4.0.0.html
index 7f7c1207..e29d23cf 100644
--- a/html/v4.0.0.html
+++ b/html/v4.0.0.html
@@ -109,6 +109,17 @@ BigTIFF support changes:
in actual file size, you best use the newer TIFFTileSize64 or
TIFFScanlineSize64 function that returns an uint64 type.
+ <LI>These TIFF tags require a 64-bit type as an argument in
+ libtiff 4.0.0:
+ <UL>
+ <LI> TIFFTAG_FREEBYTECOUNTS
+ <LI> TIFFTAG_FREEOFFSETS
+ <LI> TIFFTAG_STRIPBYTECOUNTS
+ <LI> TIFFTAG_STRIPOFFSETS
+ <LI> TIFFTAG_TILEBYTECOUNTS
+ <LI> TIFFTAG_TILEOFFSETS
+ </UL>
+
</UL>
Other important backward incompatible changes in the public API:
@@ -133,6 +144,7 @@ Other important backward incompatible changes in the public API:
<LI> TIFFTagValue structure removed from the public tiffio.h
to private tif_dir.h and not accessible anymore. It should be unneeded
for high-level applications.
+
</UL>
<P><HR WIDTH=65% ALIGN=left>
@@ -219,7 +231,7 @@ Other important backward incompatible changes in the public API:
<UL>
</UL>
-Last updated $Date: 2009-08-27 17:40:50 $.
+Last updated $Date: 2009-08-27 19:23:52 $.
</BODY>
</HTML>