Add FujiIFD to TiffCreator::tiffGroupStruct_

This commit is contained in:
Robin Mills
2020-11-26 13:34:29 +00:00
parent a8b549f7df
commit c48189afa7
+3
View File
@@ -1100,6 +1100,9 @@ namespace Exiv2 {
// Root directory
{ Tag::root, ifdIdNotSet, newTiffDirectory<ifd0Id> },
// FujiIFD
{ 0xf000, ifd0Id, newTiffSubIfd<exifId> },
// IFD0
{ 0x8769, ifd0Id, newTiffSubIfd<exifId> },
{ 0x8825, ifd0Id, newTiffSubIfd<gpsId> },