|
|
|
@ -330,6 +330,47 @@ namespace Exiv2 {
|
|
|
|
|
TagInfo(0x8003, "FrameNumber", N_("Frame Number"),
|
|
|
|
|
N_("Frame number"),
|
|
|
|
|
fujiId, makerTags, unsignedShort, -1, printValue),
|
|
|
|
|
// #1402
|
|
|
|
|
TagInfo(0xf000, "FujiIFD", N_("FujiIFD"),
|
|
|
|
|
N_("Fujifilm IFD"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf001, "RawImageFullWidth", N_("Raw Image Full Width"),
|
|
|
|
|
N_("Raw Image Full Width"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf002, "RawImageFullHeight", N_("Raw Image Full Height"),
|
|
|
|
|
N_("Raw Image Full Height"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf003, "BitsPerSample", N_("Bits Per Sample"),
|
|
|
|
|
N_("Bits Per Sample"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf007, "StripOffsets", N_("Strip Offsets"),
|
|
|
|
|
N_("Strip Offsets"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf008, "StripByteCounts", N_("Strip Byte Counts"),
|
|
|
|
|
N_("Strip Byte Counts"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf00a, "BlackLevel", N_("Black Level"),
|
|
|
|
|
N_("Black Level"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf00b, "GeometricDistortionParams", N_("Geometric Distortion Params"),
|
|
|
|
|
N_("Geometric Distortion Params"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf00c, "WB_GRBLevelsStandard", N_("WB GRB Levels Standard"),
|
|
|
|
|
N_("WB GRB Levels Standard"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf00d, "WB_GRBLevelsAuto", N_("WB GRB Levels Auto"),
|
|
|
|
|
N_("WB GRB Levels Auto"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf00e, "WB_GRBLevels", N_("WB GRB Levels"),
|
|
|
|
|
N_("WB GRB Levels"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf00f, "ChromaticAberrationParams", N_("Chromatic Aberration Params"),
|
|
|
|
|
N_("Chromatic Aberration Params"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
TagInfo(0xf010, "VignettingParams", N_("Vignetting Params"),
|
|
|
|
|
N_("Vignetting Params"),
|
|
|
|
|
fujiId, makerTags, undefined, -1, printValue),
|
|
|
|
|
|
|
|
|
|
// End of list marker
|
|
|
|
|
TagInfo(0xffff, "(UnknownFujiMakerNoteTag)", "(UnknownFujiMakerNoteTag)",
|
|
|
|
|
N_("Unknown FujiMakerNote tag"),
|
|
|
|
|