summaryrefslogtreecommitdiff
path: root/doc/multi_page.rst
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2023-05-07 11:12:20 +0000
committerEven Rouault <even.rouault@spatialys.com>2023-05-07 11:12:20 +0000
commitba425745d6273b0a4138862de6a57a78667d13e7 (patch)
tree199b502b0e33a8d1354a4d60fc4708b1d1cf59c8 /doc/multi_page.rst
parentf79d2d5d1ed7c92b9fb0e87663249f1eb602d136 (diff)
parentb90b20d36d7833f54a1f3014c324f6c21b988006 (diff)
downloadlibtiff-git-ba425745d6273b0a4138862de6a57a78667d13e7.tar.gz
Merge branch 'DNG_1.6_EP_tags' into 'master'
Add DNG tags up to version 1.6.0.0 and some TIFF/EP tags and update documentation See merge request libtiff/libtiff!482
Diffstat (limited to 'doc/multi_page.rst')
-rw-r--r--doc/multi_page.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/multi_page.rst b/doc/multi_page.rst
index d4e5dcd5..9b0776b8 100644
--- a/doc/multi_page.rst
+++ b/doc/multi_page.rst
@@ -29,6 +29,8 @@ In the case of several SubIFDs of a main image, there are two possibilities
that are not even mutually exclusive.
a. The ``SubIFD`` tag contains an array with all offsets of the SubIFDs.
+ This is called SubIFD tree and DNG recommends the use of SubIFD trees,
+ as described in the TIFF-EP specification. SubIFD chains are not supported.
b. The SubIFDs are concatenated with their ``NextIFD`` parameters
to a SubIFD chain.