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 },