From c48189afa70a052a5bf5fed811b3d62df9adfb09 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 26 Nov 2020 13:34:29 +0000 Subject: [PATCH] Add FujiIFD to TiffCreator::tiffGroupStruct_ --- src/tiffimage_int.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tiffimage_int.cpp b/src/tiffimage_int.cpp index df771629..19c1cb80 100644 --- a/src/tiffimage_int.cpp +++ b/src/tiffimage_int.cpp @@ -1100,6 +1100,9 @@ namespace Exiv2 { // Root directory { Tag::root, ifdIdNotSet, newTiffDirectory }, + // FujiIFD + { 0xf000, ifd0Id, newTiffSubIfd }, + // IFD0 { 0x8769, ifd0Id, newTiffSubIfd }, { 0x8825, ifd0Id, newTiffSubIfd },