summaryrefslogtreecommitdiff
path: root/libtiff/libtiff.def
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-05-22 23:28:17 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-05-23 00:38:59 +0200
commit4e74734ded94f14afb0c2e871d026237515e0837 (patch)
tree0c6c93994c43bbcada15c0dabdd43d5f3047425b /libtiff/libtiff.def
parent06337fdcfd19f2e5dbe99209540dbe34315f29eb (diff)
downloadlibtiff-git-4e74734ded94f14afb0c2e871d026237515e0837.tar.gz
Add TIFFReadFromUserBuffer()
This function replaces the use of TIFFReadEncodedStrip()/TIFFReadEncodedTile() when the user can provide the buffer for the input data, for example when he wants to avoid libtiff to read the strile offset/count values from the [Strip|Tile][Offsets/ByteCounts] array.
Diffstat (limited to 'libtiff/libtiff.def')
-rw-r--r--libtiff/libtiff.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtiff/libtiff.def b/libtiff/libtiff.def
index 413276b8..472299a7 100644
--- a/libtiff/libtiff.def
+++ b/libtiff/libtiff.def
@@ -86,6 +86,7 @@ EXPORTS TIFFAccessTagMethods
TIFFReadEXIFDirectory
TIFFReadEncodedStrip
TIFFReadEncodedTile
+ TIFFReadFromUserBuffer
TIFFReadRGBAImage
TIFFReadRGBAImageOriented
TIFFReadRGBAStrip