Sync Minolta Mnk tags with Exiftool DB
This commit is contained in:
parent
bb8f801b17
commit
fa28c2fb59
@ -507,8 +507,8 @@ namespace Exiv2 {
|
||||
TagInfo(0x0007, "MeteringMode", N_("Metering Mode"),
|
||||
N_("Metering mode"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, EXV_PRINT_TAG(minoltaMeteringModeStd)),
|
||||
TagInfo(0x0008, "ExposureSpeed", N_("Exposure Speed"),
|
||||
N_("Exposure speed"),
|
||||
TagInfo(0x0008, "ISO", N_("ISO"),
|
||||
N_("ISO Value"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, printMinoltaExposureSpeedStd),
|
||||
TagInfo(0x0009, "ExposureTime", N_("Exposure Time"),
|
||||
N_("Exposure time"),
|
||||
@ -540,8 +540,8 @@ namespace Exiv2 {
|
||||
TagInfo(0x0013, "FocusDistance", N_("Focus Distance"),
|
||||
N_("Focus distance"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, printValue),
|
||||
TagInfo(0x0014, "Flash", N_("Flash"),
|
||||
N_("Flash mode"),
|
||||
TagInfo(0x0014, "FlashFired", N_("Flash Fired"),
|
||||
N_("Flash fired"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, EXV_PRINT_TAG(minoltaFlashStd)),
|
||||
TagInfo(0x0015, "MinoltaDate", N_("Minolta Date"),
|
||||
N_("Minolta date"),
|
||||
@ -555,8 +555,8 @@ namespace Exiv2 {
|
||||
TagInfo(0x001A, "FileNumberMemory", N_("File Number Memory"),
|
||||
N_("File number memory"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, printMinoltaSonyBoolValue),
|
||||
TagInfo(0x001B, "ImageNumber", N_("Image Number"),
|
||||
N_("Image number"),
|
||||
TagInfo(0x001B, "LastFileNumber", N_("Last Image Number"),
|
||||
N_("Last image number"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, printValue),
|
||||
TagInfo(0x001C, "ColorBalanceRed", N_("Color Balance Red"),
|
||||
N_("Color balance red"),
|
||||
@ -582,8 +582,8 @@ namespace Exiv2 {
|
||||
TagInfo(0x0023, "FlashExposureComp", N_("Flash Exposure Compensation"),
|
||||
N_("Flash exposure compensation in EV"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, printMinoltaFlashExposureCompStd),
|
||||
TagInfo(0x0024, "ISOSpeed", N_("ISO Speed Mode"),
|
||||
N_("ISO speed setting"),
|
||||
TagInfo(0x0024, "ISOSetting", N_("ISO Settings"),
|
||||
N_("ISO setting"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, EXV_PRINT_TAG(minoltaISOSettingStd)),
|
||||
TagInfo(0x0025, "MinoltaModel", N_("Minolta Model"),
|
||||
N_("Minolta model"),
|
||||
@ -611,7 +611,7 @@ namespace Exiv2 {
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, printMinoltaBrightnessStd),
|
||||
TagInfo(0x002D, "SpotFocusPointX", N_("Spot Focus Point X"),
|
||||
N_("Spot focus point X"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, printValue),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, printValue),
|
||||
TagInfo(0x002E, "SpotFocusPointY", N_("Spot Focus Point Y"),
|
||||
N_("Spot focus point Y"),
|
||||
minoltaCsNewIfdId, makerTags, unsignedLong, printValue),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user