Skip to content

Commit 3d6b0d1

Browse files
committed
Add Pentax HDF tag
1 parent 3e65eb2 commit 3d6b0d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pentaxmn_int.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,8 @@ constexpr TagInfo PentaxMakerNote::tagInfo_[] = {
14251425
{0x0072, "AFAdjustment", N_("AF Adjustment"), N_("AF Adjustment"), IfdId::pentaxId, SectionId::makerTags, undefined,
14261426
-1, printValue},
14271427
/* Many missing ! */
1428+
{0x009e, "HDF", N_("Highlight diffusion filter"), N_("Highlight diffusion filter"), IfdId::pentaxId,
1429+
SectionId::makerTags, unsignedShort, -1, EXV_PRINT_TAG(pentaxOffOn)},
14281430
{0x0200, "BlackPoint", N_("Black point"), N_("Black point"), IfdId::pentaxId, SectionId::makerTags, undefined, -1,
14291431
printValue},
14301432
{0x0201, "WhitePoint", N_("White point"), N_("White point"), IfdId::pentaxId, SectionId::makerTags, undefined, -1,

0 commit comments

Comments
 (0)