Merge pull request #2087 from Exiv2/update_canon_tags_2
Update canon tags 2
This commit is contained in:
commit
287744fa12
12
doc/templates/Makefile
vendored
12
doc/templates/Makefile
vendored
@ -50,10 +50,20 @@ TABLES = Exif \
|
||||
CanonSi \
|
||||
CanonCf \
|
||||
CanonPi \
|
||||
CanonTi \
|
||||
CanonFi \
|
||||
CanonPa \
|
||||
CanonPr \
|
||||
CanonTi \
|
||||
CanonMe \
|
||||
CanonHdr \
|
||||
CanonVigCor2 \
|
||||
CanonLiOp \
|
||||
CanonAfMiAdj \
|
||||
CanonLe \
|
||||
CanonAm \
|
||||
CanonFil \
|
||||
CanonAfC \
|
||||
CanonRawB \
|
||||
Casio \
|
||||
Casio2 \
|
||||
Fujifilm \
|
||||
|
||||
52
doc/templates/tags-canon.html.in
vendored
52
doc/templates/tags-canon.html.in
vendored
@ -39,16 +39,66 @@ __CanonCf__
|
||||
__CanonPi__
|
||||
<br>
|
||||
|
||||
<h3>Canon File Info Tags</h3>
|
||||
<h3>Canon Filter Info Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonFi__
|
||||
<br>
|
||||
|
||||
<h3>Canon High Dynamic Range Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonHdr__
|
||||
<br>
|
||||
|
||||
<h3>Canon Vignetting Correction 2 Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonVigCor2__
|
||||
<br>
|
||||
|
||||
<h3>Canon Lighting Option Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonLiOp__
|
||||
<br>
|
||||
|
||||
<h3>Canon AF Micro Adjust Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonAfMiAdj__
|
||||
<br>
|
||||
|
||||
<h3>Canon Lens Info Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonLe__
|
||||
<br>
|
||||
|
||||
<h3>Canon Ambience Selection Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonAm__
|
||||
<br>
|
||||
|
||||
<h3>Canon Filter Info Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonFil__
|
||||
<br>
|
||||
|
||||
<h3>Canon Processing Info Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonPr__
|
||||
<br>
|
||||
|
||||
<h3>Canon Multi-Exposure Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonMe__
|
||||
<br>
|
||||
|
||||
<h3>Canon AF Config Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonAfC__
|
||||
<br>
|
||||
|
||||
<h3>Canon Raw Burst Info Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonRawB__
|
||||
<br>
|
||||
|
||||
<h3>Canon TimeInfo Tags</h3>
|
||||
<p>Click on a column header to sort the table.</p>
|
||||
__CanonTi__
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
The Exiv2 manpage is available online.
|
||||
.sp 1
|
||||
.nf
|
||||
Latest release: https://www.exiv2.org/manpage.html
|
||||
Github 'main': https://github.com/Exiv2/exiv2/blob/main/exiv2.md
|
||||
.fi
|
||||
The Exiv2 manpage is available online.
|
||||
.sp 1
|
||||
.nf
|
||||
Latest release: https://www.exiv2.org/manpage.html
|
||||
Github 'main': https://github.com/Exiv2/exiv2/blob/main/exiv2.md
|
||||
.fi
|
||||
|
||||
@ -147,7 +147,7 @@ int main(int argc, char* argv[])
|
||||
if (rc || bHelp) {
|
||||
std::cout << "Usage: taglist [--help]" << std::endl
|
||||
<< " [--group name|" << std::endl
|
||||
<< " Groups|Exif|Canon|CanonCs|CanonSi|CanonCf|Fujifilm|Minolta|Nikon1|Nikon2|Nikon3|Olympus|" << std::endl
|
||||
<< " Groups|Exif|Canon|CanonCs|CanonSi|CanonCf|CanonHdr|Fujifilm|Minolta|Nikon1|Nikon2|Nikon3|Olympus|" << std::endl
|
||||
<< " Panasonic|Pentax|Sigma|Sony|Iptc|" << std::endl
|
||||
<< " dc|xmp|xmpRights|xmpMM|xmpBJ|xmpTPg|xmpDM|pdf|photoshop|crs|tiff|exif|aux|iptc|all|ALL" << std::endl
|
||||
<< " ]" << std::endl
|
||||
|
||||
@ -505,7 +505,8 @@ namespace Exiv2 {
|
||||
//! ColorSpace, tag 0x00b4
|
||||
constexpr TagDetails canonColorSpace[] = {
|
||||
{ 1, N_("sRGB") },
|
||||
{ 2, N_("Adobe RGB") }
|
||||
{ 2, N_("Adobe RGB") },
|
||||
{ 65535, N_("n/a") }
|
||||
};
|
||||
|
||||
//! Canon AF Area Mode, tag 0x2601
|
||||
@ -532,7 +533,7 @@ namespace Exiv2 {
|
||||
{0x0000, "0x0000", "0x0000", N_("Unknown"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x0001, "CameraSettings", N_("Camera Settings"), N_("Various camera settings"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x0002, "FocalLength", N_("Focal Length"), N_("Focal length"), canonId, makerTags, unsignedShort, -1, printFocalLength},
|
||||
{0x0003, "0x0003", "0x0003", N_("Unknown"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x0003, "CanonFlashInfo", "Canon Flash Info", N_("Canon Flash Info"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x0004, "ShotInfo", N_("Shot Info"), N_("Shot information"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x0005, "Panorama", N_("Panorama"), N_("Panorama"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x0006, "ImageType", N_("Image Type"), N_("Image type"), canonId, makerTags, asciiString, -1, printValue},
|
||||
@ -596,6 +597,9 @@ namespace Exiv2 {
|
||||
{0x00c1, "0x00c1", "0x00c1", N_("Unknown"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x00d0, "VRDOffset", N_("VRD Offset"), N_("VRD offset"), canonId, makerTags, unsignedLong, -1, printValue},
|
||||
{0x00e0, "SensorInfo", N_("Sensor Info"), N_("Sensor info"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
// AFInfo2 structure has a special decoder, see decodeCanonAFInfo in
|
||||
// tiffvisitor_int.cpp that decoder useses the below tags from
|
||||
// 0x2600 to 0x2611
|
||||
{0x2600, "AFInfoSize", N_("AF InfoSize"), N_("AF InfoSize"), canonId, makerTags, signedShort, -1, printValue},
|
||||
{0x2601, "AFAreaMode", N_("AF Area Mode"), N_("AF Area Mode"), canonId, makerTags, signedShort, -1, EXV_PRINT_TAG(canonAFAreaMode)},
|
||||
{0x2602, "AFNumPoints", N_("AF NumPoints"), N_("AF NumPoints"), canonId, makerTags, signedShort, -1, printValue},
|
||||
@ -611,6 +615,9 @@ namespace Exiv2 {
|
||||
{0x260c, "AFPointsInFocus", N_("AF Points in Focus"), N_("AF Points in Focus"), canonId, makerTags, signedShort, -1,printBitmask},
|
||||
{0x260d, "AFPointsSelected", N_("AF Points Selected"), N_("AF Points Selected"), canonId, makerTags, signedShort, -1, printBitmask},
|
||||
{0x260e, "AFPointsUnusable", N_("AF Points Unusable"), N_("AF Points Unusable"), canonId, makerTags, signedShort, -1, printBitmask},
|
||||
{0x260f, "0x260f", "0x260f", N_("0x260f"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x2610, "0x2610", "0x2610", N_("0x2610"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x2611, "AFFineRotation", N_("AF Fine Rotation"), N_("Mathematically positive (i.e. anti-clockwise) rotation of every AF rectangle in centidegrees"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4001, "ColorData", N_("Color Data"), N_("Color data"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4002, "CRWParam", N_("CRWParam"), N_("CRWParam"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4003, "ColorInfo", N_("ColorInfo"), N_("ColorInfo"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
@ -622,7 +629,7 @@ namespace Exiv2 {
|
||||
{0x4015, "VignettingCorr", N_("VignettingCorr"), N_("VignettingCorr"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4016, "VignettingCorr2", N_("VignettingCorr2"), N_("VignettingCorr2"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4018, "LightingOpt", N_("LightingOpt"), N_("LightingOpt"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4018, "LensInfo", N_("LensInfo"), N_("LensInfo"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4019, "LensInfo", N_("LensInfo"), N_("LensInfo"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4020, "AmbienceInfo", N_("AmbienceInfo"), N_("AmbienceInfo"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4021, "MultiExp", N_("MultiExp"), N_("MultiExp"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
{0x4024, "FilterInfo", N_("FilterInfo"), N_("FilterInfo"), canonId, makerTags, unsignedShort, -1, printValue},
|
||||
@ -763,57 +770,6 @@ namespace Exiv2 {
|
||||
return tagInfoFcd3_;
|
||||
}
|
||||
|
||||
|
||||
// Canon AFInfo2 Info Tag
|
||||
constexpr TagInfo CanonMakerNote::tagInfoAf2_[] = {
|
||||
{0x0000, "AFInfoSize", N_("AF InfoSize"), N_("AF InfoSize"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0001, "AFAreaMode", N_("AF Area Mode"), N_("AF Area Mode"), canonAf2Id, makerTags, signedShort, -1, EXV_PRINT_TAG(canonAFAreaMode)},
|
||||
{0x0002, "AFNumPoints", N_("AF NumPoints"), N_("AF NumPoints"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0003, "AFValidPoints", N_("AF ValidPoints"), N_("AF ValidPoints"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0004, "AFCanonImageWidth", N_("AF ImageWidth"), N_("AF ImageWidth"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0005, "AFCanonImageHeight", N_("AF ImageHeight"), N_("AF ImageHeight"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0006, "AFImageWidth", N_("AF Width"), N_("AF Width"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0007, "AFImageHeight", N_("AF Height"), N_("AF Height"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0008, "AFAreaWidths", N_("AF Area Widths"), N_("AF Area Widths"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0009, "AFAreaHeights", N_("AF Area Heights"), N_("AF Area Heights"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x000a, "AFXPositions", N_("AF X Positions"), N_("AF X Positions"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x000b, "AFYPositions", N_("AF Y Positions"), N_("AF Y Positions"), canonAf2Id, makerTags, signedShort, -1, printValue},
|
||||
{0x000c, "AFPointsInFocus", N_("AF Points in Focus"), N_("AF Points in Focus"), canonAf2Id, makerTags, signedShort, -1,printBitmask},
|
||||
{0x000d, "AFPointsSelected", N_("AF Points Selected"), N_("AF Points Selected"), canonAf2Id, makerTags, signedShort, -1, printBitmask},
|
||||
{0x000e, "AFPrimaryPoint", N_("AF Primary Point"), N_("AF Primary Point"), canonAf2Id, makerTags, signedShort, -1, printBitmask},
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListAf2()
|
||||
{
|
||||
return tagInfoAf2_;
|
||||
}
|
||||
|
||||
|
||||
// Canon AFInfo3 Info Tag
|
||||
constexpr TagInfo CanonMakerNote::tagInfoAf3_[] = {
|
||||
{0x0000, "AFInfoSize", N_("AF InfoSize"), N_("AF InfoSize"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0001, "AFAreaMode", N_("AF Area Mode"), N_("AF Area Mode"), canonAf3Id, makerTags, signedShort, -1, EXV_PRINT_TAG(canonAFAreaMode)},
|
||||
{0x0002, "AFNumPoints", N_("AF NumPoints"), N_("AF NumPoints"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0003, "AFValidPoints", N_("AF ValidPoints"), N_("AF ValidPoints"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0004, "AFCanonImageWidth", N_("AF ImageWidth"), N_("AF ImageWidth"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0005, "AFCanonImageHeight", N_("AF ImageHeight"), N_("AF ImageHeight"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0006, "AFImageWidth", N_("AF Width"), N_("AF Width"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0007, "AFImageHeight", N_("AF Height"), N_("AF Height"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0008, "AFAreaWidths", N_("AF Area Widths"), N_("AF Area Widths"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x0009, "AFAreaHeights", N_("AF Area Heights"), N_("AF Area Heights"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x000a, "AFXPositions", N_("AF X Positions"), N_("AF X Positions"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x000b, "AFYPositions", N_("AF Y Positions"), N_("AF Y Positions"), canonAf3Id, makerTags, signedShort, -1, printValue},
|
||||
{0x000c, "AFPointsInFocus", N_("AF Points in Focus"), N_("AF Points in Focus"), canonAf3Id, makerTags, signedShort, -1,printBitmask},
|
||||
{0x000d, "AFPointsSelected", N_("AF Points Selected"), N_("AF Points Selected"), canonAf3Id, makerTags, signedShort, -1, printBitmask},
|
||||
{0x000e, "AFPrimaryPoint", N_("AF Primary Point"), N_("AF Primary Point"), canonAf3Id, makerTags, signedShort, -1, printBitmask},
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListAf3()
|
||||
{
|
||||
return tagInfoAf3_;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
// Canon Aspect Info, tag 0x001d
|
||||
constexpr TagDetails canonAspectInfo[] = {
|
||||
@ -959,6 +915,7 @@ namespace Exiv2 {
|
||||
constexpr TagInfo CanonMakerNote::tagInfoAfMiAdj_[] = {
|
||||
{0x0001, "AFMicroAdjMode", N_("AFMicroAdjMode"), N_("AFMicroAdjMode"), canonAfMiAdjId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonAFMicroAdjMode)},
|
||||
{0x0002, "AFMicroAdjValue", N_("AF Micro Adj Value"), N_("AF Micro Adj Value"), canonAfMiAdjId, makerTags, signedRational, -1, printValue},
|
||||
{0xffff, "(UnknownCanonAFMicroAdjTag)", "(UnknownCanonAFMicroAdjTag)", N_("Unknown Canon AFMicroAdj tag"), canonAfMiAdjId, makerTags, signedShort, 1, printValue}
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListAfMiAdj()
|
||||
@ -990,6 +947,7 @@ namespace Exiv2 {
|
||||
{0x0005, "PeripheralLightingSetting", N_("Peripheral Lighting Setting"), N_("Peripheral Lighting Setting"), canonVigCor2Id, makerTags, signedLong, -1, EXV_PRINT_TAG(canonOffOn)},
|
||||
{0x0006, "ChromaticAberrationSetting", N_("Chromatic Aberration Setting"), N_("Chromatic Aberration Setting"), canonVigCor2Id, makerTags, signedLong, -1, EXV_PRINT_TAG(canonOffOn)},
|
||||
{0x0007, "DistortionCorrectionSetting", N_("Distortion Correction Setting"), N_("Distortion Correction Setting"), canonVigCor2Id, makerTags, signedLong, -1, EXV_PRINT_TAG(canonOffOn)},
|
||||
{0xffff, "(UnknownVignettingCorr2Tag)", "(UnknownVignettingCorr2Tag)", N_("UnknownVignettingCorr2Tag Tag"), canonVigCor2Id, makerTags, signedLong, 1, printValue} // important to add end of tag
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListVigCor2()
|
||||
@ -1002,8 +960,8 @@ namespace Exiv2 {
|
||||
{ 0, N_("Standard") },
|
||||
{ 1, N_("Low") },
|
||||
{ 2, N_("Strong") },
|
||||
{ 2, N_("Off") }
|
||||
};
|
||||
{ 3, N_("Off") }
|
||||
};
|
||||
|
||||
// Canon HighISONoiseReduction, tag 0x0004
|
||||
constexpr TagDetails canonLongExposureNoiseReduction[] = {
|
||||
@ -1017,16 +975,17 @@ namespace Exiv2 {
|
||||
{ 0, N_("Standard") },
|
||||
{ 1, N_("Low") },
|
||||
{ 2, N_("Strong") },
|
||||
{ 2, N_("off") }
|
||||
};
|
||||
{ 3, N_("off") }
|
||||
};
|
||||
|
||||
// Canon LightingOpt Tag
|
||||
// Canon LightingOpt Tag
|
||||
constexpr TagInfo CanonMakerNote::tagInfoLiOp_[] = {
|
||||
{0x0001, "PeripheralIlluminationCorr", N_("Peripheral Lighting Setting"), N_("Peripheral Lighting Setting"), canonLiOpId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonOffOn)},
|
||||
{0x0002, "AutoLightingOptimizer", N_("Chromatic Aberration Setting"), N_("Chromatic Aberration Setting"), canonLiOpId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonAutoLightingOptimizer)},
|
||||
{0x0003, "HighlightTonePriority", N_("Distortion Correction Setting"), N_("Distortion Correction Setting"), canonLiOpId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonOffOn)},
|
||||
{0x0004, "LongExposureNoiseReduction", N_("Distortion Correction Setting"), N_("Distortion Correction Setting"), canonLiOpId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonLongExposureNoiseReduction)},
|
||||
{0x0005, "HighISONoiseReduction", N_("Distortion Correction Setting"), N_("Distortion Correction Setting"), canonLiOpId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonHighISONoiseReduction)},
|
||||
{0x0002, "AutoLightingOptimizer", N_("Chromatic Aberration Setting"), N_("Chromatic Aberration Setting"), canonLiOpId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonAutoLightingOptimizer)},
|
||||
{0x0003, "HighlightTonePriority", N_("Distortion Correction Setting"), N_("Distortion Correction Setting"), canonLiOpId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonOffOn)},
|
||||
{0x0004, "LongExposureNoiseReduction", N_("Distortion Correction Setting"), N_("Distortion Correction Setting"), canonLiOpId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonLongExposureNoiseReduction)},
|
||||
{0x0005, "HighISONoiseReduction", N_("Distortion Correction Setting"), N_("Distortion Correction Setting"), canonLiOpId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonHighISONoiseReduction)},
|
||||
{0xffff, "(UnknownLightingOptimizationTag)", "(UnknownLightingOptimizationTag)", N_("UnknownLightingOptimizationTag Selection Tag"), canonLiOpId, makerTags, signedLong, 1, printValue} // important to add end of tag
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListLiOp()
|
||||
@ -1037,6 +996,7 @@ namespace Exiv2 {
|
||||
// Canon LensInfo Tag
|
||||
constexpr TagInfo CanonMakerNote::tagInfoLe_[] = {
|
||||
{0x0000, "LensSerialNumber", N_("Lens Seria lNumber"), N_("Lens Serial Number"), canonLeId, makerTags, asciiString, -1, printValue},
|
||||
{0xffff, "(UnkownCanonLensInfoTag)", "(UnkownCanonLensInfoTag)", N_("UnkownCanonLensInfoTag"), canonLeId, makerTags, undefined, 1, printValue} // important to add end of tag
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListLe()
|
||||
@ -1062,6 +1022,7 @@ namespace Exiv2 {
|
||||
// Canon Ambience Tag
|
||||
constexpr TagInfo CanonMakerNote::tagInfoAm_[] = {
|
||||
{0x0001, "AmbienceSelection", N_("Ambience Selection"), N_("Ambience Selection"), canonAmId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonAmbienceSelection)},
|
||||
{0xffff, "(AmbienceSelectionTag)", "(AmbienceSelectionTag)", N_("UAmbience Selection Tag"), canonAmId, makerTags, signedLong, 1, printValue} // important to add end of tag
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListAm()
|
||||
@ -1089,6 +1050,7 @@ namespace Exiv2 {
|
||||
{0x0001, "MultiExposure", N_("Multi Exposure"), N_("Multi Exposure"), canonMeId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonMultiExposure)},
|
||||
{0x0002, "MultiExposureControl", N_("Multi Exposure Control"), N_("Multi Exposure Control"), canonMeId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonMultiExposureControl)},
|
||||
{0x0003, "MultiExposureShots", N_("Multi Exposure Shots"), N_("Multi Exposure Shots"), canonMeId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonMultiExposure)},
|
||||
{0xffff, "(UnknownMultiExposureTag)", "(UnknownMultiExposureTag)", N_("UnknownMultiExposureTag"), canonMeId, makerTags, signedLong, 1, printValue} // important to add end of tag
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListMe()
|
||||
@ -1119,6 +1081,7 @@ namespace Exiv2 {
|
||||
{0x0501, "FisheyeFilter", N_("Fisheye Filter"), N_("Fisheye Filter"), canonFilId, makerTags, asciiString, -1, EXV_PRINT_TAG(canonFilterInfo)},
|
||||
{0x0601, "PaintingFilter", N_("Painting Filter"), N_("Painting Filter"), canonFilId, makerTags, asciiString, -1, EXV_PRINT_TAG(canonFilterInfo)},
|
||||
{0x0701, "WatercolorFilter", N_("Watercolor Filter"), N_("Watercolor Filter"), canonFilId, makerTags, asciiString, -1, EXV_PRINT_TAG(canonFilterInfo)},
|
||||
{0xffff, "(UnknownFilterTag)", "(UnknownFilterTag)", N_("UnknownFilterTag"), canonFilId, makerTags, signedLong, 1, printValue} // important to add end of tag
|
||||
};
|
||||
|
||||
|
||||
@ -1148,6 +1111,7 @@ namespace Exiv2 {
|
||||
constexpr TagInfo CanonMakerNote::tagInfoHdr_[] = {
|
||||
{0x0001, "HDR", N_("HDR"), N_("HDR"), canonHdrId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonHdr)},
|
||||
{0x0002, "HDREffect", N_("HDR Effect"), N_("HDR Effect"), canonHdrId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonHdrEffect)},
|
||||
{0xffff, "(UnknownHDRTag)", "(UnknownHDRTag)", N_("Unknown Canon HDR Tag"), canonHdrId, makerTags, signedLong, 1, printValue}
|
||||
};
|
||||
|
||||
|
||||
@ -1284,6 +1248,7 @@ namespace Exiv2 {
|
||||
{0x0011, "VFDisplayIllumination", N_("VF Display Illumination"), N_("VF Display Illumination"), canonAfCId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonAVFDisplayIllumination)},
|
||||
{0x0012, "AFStatusViewfinder", N_("AF Status Viewfinder"), N_("AF Status Viewfinder"), canonAfCId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonAFStatusViewfinder)},
|
||||
{0x0013, "InitialAFPointInServo", N_("Initial AF Point In Servo"), N_("Initial AF Point In Servo"), canonAfCId, makerTags, signedLong, -1, EXV_PRINT_TAG(canonInitialAFPointInServo)},
|
||||
{0xffff, "(UnknownCanonAFTag)", "(UnknownCanonAFTag)", N_("UnknownCanonAFTag"), canonAfCId, makerTags, signedLong, 1, printValue} // important to add end of tag
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListAfC()
|
||||
@ -1296,7 +1261,8 @@ namespace Exiv2 {
|
||||
// Canon RawBurstInfo Info Tag
|
||||
constexpr TagInfo CanonMakerNote::tagInfoRawB_[] = {
|
||||
{0x0001, "RawBurstImageNum", N_("Raw Burst Image Num"), N_("Raw Burst Image Num"), canonRawBId, makerTags, unsignedLong, -1, printValue},
|
||||
{0x0002, "RawBurstImageCount", N_("Raw Burst Image Count"), N_("Raw Burst Image Count"), canonRawBId, makerTags, unsignedLong, -1, printValue}
|
||||
{0x0002, "RawBurstImageCount", N_("Raw Burst Image Count"), N_("Raw Burst Image Count"), canonRawBId, makerTags, unsignedLong, -1, printValue},
|
||||
{0xffff, "(UnknownRawBurstTag)", "(UnknownRawBurstTag)", N_("UnknownRawBurstTag"), canonRawBId, makerTags, signedLong, 1, printValue} // important to add end of tag
|
||||
};
|
||||
|
||||
const TagInfo* CanonMakerNote::tagListRawB()
|
||||
@ -1313,6 +1279,7 @@ namespace Exiv2 {
|
||||
//! Quality, tag 0x0003
|
||||
constexpr TagDetails canonCsQuality[] = {
|
||||
{ -1, N_("n/a") },
|
||||
{ 0, N_("unkown") },
|
||||
{ 1, N_("Economy") },
|
||||
{ 2, N_("Normal") },
|
||||
{ 3, N_("Fine") },
|
||||
@ -1402,7 +1369,8 @@ namespace Exiv2 {
|
||||
{ 129, N_("Medium Movie") },
|
||||
{ 130, N_("Small Movie") },
|
||||
{ 137, N_("1280x720 Movie") },
|
||||
{ 142, N_("1920x1080 Movie") }
|
||||
{ 142, N_("1920x1080 Movie") },
|
||||
{ 143, N_("4096x2160 Movie") }
|
||||
};
|
||||
|
||||
//! EasyMode, tag 0x000b
|
||||
@ -2103,7 +2071,8 @@ namespace Exiv2 {
|
||||
{ 1, N_("Exposure compensation") },
|
||||
{ 2, N_("AE lock") },
|
||||
{ 3, N_("AE lock + exposure compensation") },
|
||||
{ 4, N_("No AE") }
|
||||
{ 4, N_("No AE") },
|
||||
{ 65535, N_("n/a") }
|
||||
};
|
||||
|
||||
//! ImageStabilization, tag 0x0022
|
||||
@ -2123,7 +2092,8 @@ namespace Exiv2 {
|
||||
//! SpotMeteringMode, tag 0x0027
|
||||
constexpr TagDetails canonCsSpotMeteringMode[] = {
|
||||
{ 0, N_("Center") },
|
||||
{ 1, N_("AF Point") }
|
||||
{ 1, N_("AF Point") },
|
||||
{ 65535, N_("n/a") }
|
||||
};
|
||||
|
||||
//! PhotoEffect, tag 0x0028
|
||||
@ -2136,7 +2106,7 @@ namespace Exiv2 {
|
||||
{ 5, N_("B&W") },
|
||||
{ 6, N_("Custom") },
|
||||
{ 100, N_("My color data") },
|
||||
{ 100, N_("My color data") } // To silence compiler warning
|
||||
{ 65535, N_("n/a") }
|
||||
};
|
||||
|
||||
//! ManualFlashOutput, tag 0x0029
|
||||
@ -2259,7 +2229,27 @@ namespace Exiv2 {
|
||||
{ 0, "Off" },
|
||||
{ 1, "Night Scene" },
|
||||
{ 2, "On" },
|
||||
{ 3, "None" },
|
||||
{ 3, "None" }
|
||||
};
|
||||
|
||||
constexpr TagDetails autoRotate[] = {
|
||||
{ -1, "n/a" },
|
||||
{ 0, "None" },
|
||||
{ 1, "Rotate 90 CW" },
|
||||
{ 2, "Rotate 180" },
|
||||
{ 3, "Rotate 270 CW" }
|
||||
};
|
||||
|
||||
constexpr TagDetails ndRotate[] = {
|
||||
{ 65535, "n/a" },
|
||||
{ 0, "Off" },
|
||||
{ 1, "On" }
|
||||
};
|
||||
|
||||
constexpr TagDetails selfTimer2[] = {
|
||||
{ 65535, "n/a" },
|
||||
{ 0, "Selftimer 2s" },
|
||||
{ 1, "Selftimer 10s" }
|
||||
};
|
||||
|
||||
|
||||
@ -2270,19 +2260,19 @@ namespace Exiv2 {
|
||||
{0x0003, "MeasuredEV", N_("Measured EV"), N_("Measured EV"), canonSiId, makerTags, unsignedShort, 1, printSi0x0003},
|
||||
{0x0004, "TargetAperture", N_("Target Aperture"), N_("Target Aperture"), canonSiId, makerTags, unsignedShort, 1, printSi0x0015},
|
||||
{0x0005, "TargetShutterSpeed", N_("Target Shutter Speed"), N_("Target shutter speed"), canonSiId, makerTags, unsignedShort, 1, printSi0x0016},
|
||||
{0x0006, "0x0006", "0x0006", N_("Unknown"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x0006, "ExposureCompensation", "Exposure Compensation", N_("Exposure Compensation"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x0007, "WhiteBalance", N_("White Balance"), N_("White balance setting"), canonSiId, makerTags, unsignedShort, 1, EXV_PRINT_TAG(canonSiWhiteBalance)},
|
||||
{0x0008, "SlowShutter", N_("Slow Shutter"), N_("Slow shutter"), canonSiId, makerTags, unsignedShort, 1, EXV_PRINT_TAG(slowShutter)},
|
||||
{0x0009, "Sequence", N_("Sequence"), N_("Sequence number (if in a continuous burst)"), canonSiId, makerTags, unsignedShort, 1, printSi0x0009},
|
||||
{0x000a, "0x000a", "0x000a", N_("Unknown"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x000a, "OpticalZoomCode", "Optical Zoom Code", N_("Optical Zoom Code"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x000b, "0x000b", "0x000b", N_("Unknown"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x000c, "CameraTemperature", N_("Camera Temperature"), N_("Camera temperature"), canonSiId, makerTags, signedShort, 1, printSi0x000c},
|
||||
{0x000d, "FlashGuideNumber", N_("Flash Guide Number"), N_("Flash guide number"), canonSiId, makerTags, unsignedShort, 1, printSi0x000d},
|
||||
{0x000e, "AFPointUsed", N_("AF Point Used"), N_("AF point used"), canonSiId, makerTags, unsignedShort, 1, printSi0x000e},
|
||||
{0x000f, "FlashBias", N_("Flash Bias"), N_("Flash bias"), canonSiId, makerTags, unsignedShort, 1, EXV_PRINT_TAG(canonSiFlashBias)},
|
||||
{0x0010, "AutoExposureBracketing", N_("Auto Exposure Bracketing"), N_("Auto exposure bracketing"), canonSiId, makerTags, unsignedShort, 1, EXV_PRINT_TAG(autoExposureBracketing)},
|
||||
{0x0011, "0x0011", "0x0011", N_("Unknown"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x0012, "0x0012", "0x0012", N_("Unknown"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x0011, "AEBBracketValue", "AEB Bracket Value", N_("AEB Bracket Value"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x0012, "ControlMode", "Control Mode", N_("Control Mode"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x0013, "SubjectDistance", N_("Subject Distance"), N_("Subject distance"), canonSiId, makerTags, unsignedShort, 1, printSi0x0013},
|
||||
{0x0014, "0x0014", "0x0014", N_("Unknown"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x0015, "ApertureValue", N_("Aperture Value"), N_("Aperture"), canonSiId, makerTags, unsignedShort, 1, printSi0x0015},
|
||||
@ -2291,7 +2281,10 @@ namespace Exiv2 {
|
||||
{0x0018, "BulbDuration", N_("Bulb Duration"), N_("Bulb duration"), canonSiId, makerTags, unsignedShort, 1, printSi0x0018},
|
||||
{0x0019, "0x0019", "0x0019", N_("Unknown"), canonSiId, makerTags, unsignedShort, 1, printValue},
|
||||
{0x001a, "CameraType", N_("Camera Type"), N_("Camera type"), canonSiId, makerTags, unsignedShort, 1, EXV_PRINT_TAG(cameraType)},
|
||||
{0x001b, "AutoRotate", N_("Auto Rotate"), N_("Auto rotate"), canonSiId, makerTags, signedShort, 1, printValue},
|
||||
{0x001b, "AutoRotate", N_("Auto Rotate"), N_("Auto rotate"), canonSiId, makerTags, signedShort, 1, EXV_PRINT_TAG(autoRotate)},
|
||||
{0x001c, "NDFilter", N_("ND Filter"), N_("ND filter"), canonSiId, makerTags, signedShort, 1, EXV_PRINT_TAG(ndRotate)},
|
||||
{0x001d, "SelfTimer2", N_("Self Timer 2"), N_("Self timer2"), canonSiId, makerTags, signedShort, 1, EXV_PRINT_TAG(selfTimer2)},
|
||||
{0x0021, "FlashOutput", N_("Flash Output"), N_("Flash output"), canonSiId, makerTags, signedShort, 1, printValue},
|
||||
// End of list marker
|
||||
{0xffff, "(UnknownCanonCsTag)", "(UnknownCanonCsTag)", N_("Unknown Canon Camera Settings 1 tag"), canonCsId, makerTags, unsignedShort, 1, printValue},
|
||||
};
|
||||
@ -2460,26 +2453,28 @@ namespace Exiv2 {
|
||||
constexpr TagDetails canonRFLensType[] = {
|
||||
{ 0, N_("n/a") },
|
||||
{ 257, N_("Canon RF 50mm F1.2L USM") },
|
||||
{ 257, N_("Canon RF 24-105mm F4L IS USM") },
|
||||
{ 257, N_("Canon RF 28-70mm F2L USM") },
|
||||
{ 257, N_("Canon RF 35mm F1.8 MACRO IS STM") },
|
||||
{ 257, N_("Canon RF 85mm F1.2L USM") },
|
||||
{ 257, N_("Canon RF 85mm F1.2L USM DS") },
|
||||
{ 257, N_("Canon RF 24-70mm F2.8L IS USM") },
|
||||
{ 257, N_("Canon RF 15-35mm F2.8L IS USM") },
|
||||
{ 257, N_("Canon RF 24-240mm F4-6.3 IS USM") },
|
||||
{ 257, N_("Canon RF 70-200mm F2.8L IS USM") },
|
||||
{ 257, N_("Canon RF 85mm F2 MACRO IS STM") },
|
||||
{ 257, N_("Canon RF 600mm F11 IS STM") },
|
||||
{ 257, N_("Canon RF 600mm F11 IS STM + RF1.4x") },
|
||||
{ 257, N_("Canon RF 600mm F11 IS STM + RF2x") },
|
||||
{ 257, N_("Canon RF 800mm F11 IS STM") },
|
||||
{ 257, N_("Canon RF 800mm F11 IS STM + RF1.4x") },
|
||||
{ 257, N_("Canon RF 800mm F11 IS STM + RF2x") },
|
||||
{ 257, N_("Canon RF 24-105mm F4-7.1 IS STM") },
|
||||
{ 257, N_("Canon RF 100-500mm F4.5-7.1L IS USM") },
|
||||
{ 257, N_("Canon RF 100-500mm F4.5-7.1L IS USM + RF1.4x") },
|
||||
{ 257, N_("Canon RF 100-500mm F4.5-7.1L IS USM + RF2x") }
|
||||
{ 258, N_("Canon RF 24-105mm F4L IS USM") },
|
||||
{ 259, N_("Canon RF 28-70mm F2L USM") },
|
||||
{ 260, N_("Canon RF 35mm F1.8 MACRO IS STM") },
|
||||
{ 261, N_("Canon RF 85mm F1.2L USM") },
|
||||
{ 262, N_("Canon RF 85mm F1.2L USM DS") },
|
||||
{ 263, N_("Canon RF 24-70mm F2.8L IS USM") },
|
||||
{ 264, N_("Canon RF 15-35mm F2.8L IS USM") },
|
||||
{ 265, N_("Canon RF 24-240mm F4-6.3 IS USM") },
|
||||
{ 266, N_("Canon RF 70-200mm F2.8L IS USM") },
|
||||
{ 267, N_("Canon RF 85mm F2 MACRO IS STM") },
|
||||
{ 268, N_("Canon RF 600mm F11 IS STM") },
|
||||
{ 269, N_("Canon RF 600mm F11 IS STM + RF1.4x") },
|
||||
{ 270, N_("Canon RF 600mm F11 IS STM + RF2x") },
|
||||
{ 271, N_("Canon RF 800mm F11 IS STM") },
|
||||
{ 272, N_("Canon RF 800mm F11 IS STM + RF1.4x") },
|
||||
{ 273, N_("Canon RF 800mm F11 IS STM + RF2x") },
|
||||
{ 274, N_("Canon RF 24-105mm F4-7.1 IS STM") },
|
||||
{ 275, N_("Canon RF 100-500mm F4.5-7.1L IS USM") },
|
||||
{ 276, N_("Canon RF 100-500mm F4.5-7.1L IS USM + RF1.4x") },
|
||||
{ 277, N_("Canon RF 100-500mm F4.5-7.1L IS USM + RF2x") },
|
||||
{ 278, N_("Canon RF 70-200mm F4L IS USM") },
|
||||
{ 280, N_("Canon RF 50mm F1.8 STM") }
|
||||
};
|
||||
|
||||
// Canon File Info Tag
|
||||
|
||||
@ -77,8 +77,6 @@ namespace Exiv2 {
|
||||
static const TagInfo* tagListMv();
|
||||
//! Return read-only list of built-in Canon My Colors Info tags
|
||||
static const TagInfo* tagListMc();
|
||||
//! Return read-only list of built-in Canon AFInfo3 Info tags
|
||||
static const TagInfo* tagListAf3();
|
||||
//! Return read-only list of built-in Canon Face detection Info tags
|
||||
static const TagInfo* tagListFcd3();
|
||||
//! Return read-only list of built-in Canon White balance Info tags
|
||||
@ -123,15 +121,7 @@ namespace Exiv2 {
|
||||
static const TagInfo* tagListAfC();
|
||||
//! Return read-only list of built-in Canon RawBurstInfo Info tags
|
||||
static const TagInfo* tagListRawB();
|
||||
//! Return read-only list of built-in Canon AFInfo2 Info tags
|
||||
static const TagInfo* tagListAf2();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//! @name Print functions for Canon %MakerNote tags
|
||||
//@{
|
||||
@ -182,8 +172,6 @@ namespace Exiv2 {
|
||||
|
||||
//! Tag information
|
||||
static const TagInfo tagInfo_[];
|
||||
static const TagInfo tagInfoAf2_[];
|
||||
static const TagInfo tagInfoAf3_[];
|
||||
static const TagInfo tagInfoAfC_[];
|
||||
static const TagInfo tagInfoAfMiAdj_[];
|
||||
static const TagInfo tagInfoAm_[];
|
||||
|
||||
@ -655,6 +655,7 @@ namespace Exiv2 {
|
||||
"Exif.Canon.AFPointsInFocus",
|
||||
"Exif.Canon.AFPointsSelected",
|
||||
"Exif.Canon.AFPointsUnusable",
|
||||
"Exif.Canon.AFFineRotation",
|
||||
};
|
||||
for (auto&& filteredIfd0Tag : filteredIfd0Tags) {
|
||||
auto pos = ed.findKey(ExifKey(filteredIfd0Tag));
|
||||
|
||||
@ -90,6 +90,16 @@ namespace Exiv2 {
|
||||
{ canonFiId, "Makernote", "CanonFi", CanonMakerNote::tagListFi },
|
||||
{ canonPaId, "Makernote", "CanonPa", CanonMakerNote::tagListPa },
|
||||
{ canonPrId, "Makernote", "CanonPr", CanonMakerNote::tagListPr },
|
||||
{ canonVigCor2Id, "Makernote", "CanonVigCor2", CanonMakerNote::tagListVigCor2 },
|
||||
{ canonLiOpId, "Makernote", "CanonLiOp", CanonMakerNote::tagListLiOp },
|
||||
{ canonAfMiAdjId, "Makernote", "CanonAfMiAdj", CanonMakerNote::tagListAfMiAdj },
|
||||
{ canonLeId, "Makernote", "CanonLe", CanonMakerNote::tagListLe },
|
||||
{ canonAmId, "Makernote", "CanonAm", CanonMakerNote::tagListAm },
|
||||
{ canonFilId, "Makernote", "CanonFil", CanonMakerNote::tagListFil },
|
||||
{ canonMeId, "Makernote", "CanonMe", CanonMakerNote::tagListMe },
|
||||
{ canonHdrId, "Makernote", "CanonHdr", CanonMakerNote::tagListHdr },
|
||||
{ canonAfCId, "Makernote", "CanonAfC", CanonMakerNote::tagListAfC },
|
||||
{ canonRawBId, "Makernote", "CanonRawB", CanonMakerNote::tagListRawB },
|
||||
{ casioId, "Makernote", "Casio", CasioMakerNote::tagList },
|
||||
{ casio2Id, "Makernote", "Casio2", Casio2MakerNote::tagList },
|
||||
{ fujiId, "Makernote", "Fujifilm", FujiMakerNote::tagList },
|
||||
|
||||
@ -66,8 +66,6 @@ namespace Exiv2 {
|
||||
panaRawId,
|
||||
mnId,
|
||||
canonId,
|
||||
canonAf2Id,
|
||||
canonAf3Id,
|
||||
canonAfCId,
|
||||
canonAfMiAdjId,
|
||||
canonAmId,
|
||||
@ -96,7 +94,7 @@ namespace Exiv2 {
|
||||
canonTiId,
|
||||
canonFiId,
|
||||
canonPrId,
|
||||
canonPreID,
|
||||
canonPreID,
|
||||
canonVigCorId,
|
||||
canonVigCor2Id,
|
||||
canonWbId,
|
||||
|
||||
@ -48,6 +48,7 @@ namespace Exiv2 {
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttUnsignedShort, 1 }
|
||||
};
|
||||
|
||||
//! Canon Camera Settings binary array - definition
|
||||
constexpr ArrayDef canonCsDef[] = {
|
||||
{ 46, ttUnsignedShort, 3 } // Exif.CanonCs.Lens
|
||||
@ -113,6 +114,7 @@ namespace Exiv2 {
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
|
||||
//! Canon File Info binary array - configuration
|
||||
constexpr ArrayCfg canonFiCfg = {
|
||||
canonFiId, // Group for the elements
|
||||
@ -141,6 +143,136 @@ namespace Exiv2 {
|
||||
{ 0, ttSignedShort, 1 }
|
||||
};
|
||||
|
||||
|
||||
|
||||
//! Canon canonAfMiAdj Info binary array - configuration
|
||||
extern const ArrayCfg canonAfMiAdjCfg = {
|
||||
canonAfMiAdjId, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
|
||||
//! Canon Vignetting Correction 2 Info binary array - configuration
|
||||
extern const ArrayCfg canonVigCor2Cfg = {
|
||||
canonVigCor2Id, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
|
||||
|
||||
//! Canon Lighting Optimization Info binary array - configuration
|
||||
extern const ArrayCfg canonLiOpCfg = {
|
||||
canonLiOpId, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
|
||||
//! Canon LensInfo binary array - configuration
|
||||
extern const ArrayCfg canonLeCfg = {
|
||||
canonLeId, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
//! Canon Ambience Selction Info binary array - configuration
|
||||
extern const ArrayCfg canonAmCfg = {
|
||||
canonAmId, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
//! Canon MultiExposure Selction Info binary array - configuration
|
||||
extern const ArrayCfg canonMeCfg = {
|
||||
canonMeId, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
//! Canon Filter Info binary array - configuration
|
||||
extern const ArrayCfg canonFilCfg = {
|
||||
canonFilId, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
//! Canon Hdr Info binary array - configuration
|
||||
extern const ArrayCfg canonHdrCfg = {
|
||||
canonHdrId, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
//! Canon AF Config Info binary array - configuration
|
||||
extern const ArrayCfg canonAfCCfg = {
|
||||
canonAfCId, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttSignedLong, 1 }
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
//! Canon RawBurst Info binary array - configuration
|
||||
extern const ArrayCfg canonRawBCfg = {
|
||||
canonRawBId, // Group for the elements
|
||||
invalidByteOrder, // Use byte order from parent
|
||||
ttSignedLong, // Type for array entry and size element
|
||||
notEncrypted, // Not encrypted
|
||||
true, // Has a size element
|
||||
false, // No fillers
|
||||
false, // Don't concatenate gaps
|
||||
{ 0, ttUnsignedLong, 1 }
|
||||
};
|
||||
|
||||
|
||||
//! Nikon Vibration Reduction binary array - configuration
|
||||
constexpr ArrayCfg nikonVrCfg = {
|
||||
nikonVrId, // Group for the elements
|
||||
@ -1168,13 +1300,23 @@ namespace Exiv2 {
|
||||
{ Tag::root, fujiId, exifId, 0x927c },
|
||||
{ Tag::root, canonId, exifId, 0x927c },
|
||||
{ Tag::root, canonCsId, canonId, 0x0001 },
|
||||
{ Tag::root, canonSiId, canonId, 0x0004 },
|
||||
{ Tag::root, canonSiId, canonId, 0x0004 },
|
||||
{ Tag::root, canonPaId, canonId, 0x0005 },
|
||||
{ Tag::root, canonCfId, canonId, 0x000f },
|
||||
{ Tag::root, canonPiId, canonId, 0x0012 },
|
||||
{ Tag::root, canonTiId, canonId, 0x0035 },
|
||||
{ Tag::root, canonFiId, canonId, 0x0093 },
|
||||
{ Tag::root, canonPrId, canonId, 0x00a0 },
|
||||
{ Tag::root, canonPrId, canonId, 0x00a0 },
|
||||
{ Tag::root, canonAfMiAdjId, canonId, 0x4013 },
|
||||
{ Tag::root, canonVigCor2Id, canonId, 0x4016 },
|
||||
{ Tag::root, canonLiOpId, canonId, 0x4018 },
|
||||
{ Tag::root, canonLeId, canonId, 0x4019 },
|
||||
{ Tag::root, canonAmId, canonId, 0x4020 },
|
||||
{ Tag::root, canonMeId, canonId, 0x4021 },
|
||||
{ Tag::root, canonFilId, canonId, 0x4024 },
|
||||
{ Tag::root, canonHdrId, canonId, 0x4025 },
|
||||
{ Tag::root, canonAfCId, canonId, 0x4028 },
|
||||
{ Tag::root, canonRawBId, canonId, 0x403f },
|
||||
{ Tag::root, nikon1Id, exifId, 0x927c },
|
||||
{ Tag::root, nikon2Id, exifId, 0x927c },
|
||||
{ Tag::root, nikon3Id, exifId, 0x927c },
|
||||
@ -1531,7 +1673,18 @@ namespace Exiv2 {
|
||||
{ 0x0012, canonId, EXV_SIMPLE_BINARY_ARRAY(canonPiCfg) },
|
||||
{ 0x0035, canonId, EXV_SIMPLE_BINARY_ARRAY(canonTiCfg) },
|
||||
{ 0x0093, canonId, EXV_BINARY_ARRAY(canonFiCfg, canonFiDef) },
|
||||
{ 0x00a0, canonId, EXV_SIMPLE_BINARY_ARRAY(canonPrCfg) },
|
||||
{ 0x00a0, canonId, EXV_SIMPLE_BINARY_ARRAY(canonPrCfg) },
|
||||
{ 0x4013, canonId, EXV_SIMPLE_BINARY_ARRAY(canonAfMiAdjCfg) },
|
||||
// { 0x4015, canonId, EXV_SIMPLE_BINARY_ARRAY(canonVigCorCfg) },
|
||||
{ 0x4016, canonId, EXV_SIMPLE_BINARY_ARRAY(canonVigCor2Cfg) },
|
||||
{ 0x4018, canonId, EXV_SIMPLE_BINARY_ARRAY(canonLiOpCfg) },
|
||||
{ 0x4019, canonId, EXV_SIMPLE_BINARY_ARRAY(canonLeCfg) },
|
||||
{ 0x4020, canonId, EXV_SIMPLE_BINARY_ARRAY(canonAmCfg) },
|
||||
{ 0x4021, canonId, EXV_SIMPLE_BINARY_ARRAY(canonMeCfg) },
|
||||
{ 0x4024, canonId, EXV_SIMPLE_BINARY_ARRAY(canonFilCfg) },
|
||||
{ 0x4025, canonId, EXV_SIMPLE_BINARY_ARRAY(canonHdrCfg) },
|
||||
{ 0x4028, canonId, EXV_SIMPLE_BINARY_ARRAY(canonAfCCfg) },
|
||||
{ 0x403f, canonId, EXV_SIMPLE_BINARY_ARRAY(canonRawBCfg) },
|
||||
{ Tag::next, canonId, ignoreTiffComponent },
|
||||
{ Tag::all, canonId, newTiffEntry },
|
||||
|
||||
@ -1544,6 +1697,17 @@ namespace Exiv2 {
|
||||
{ Tag::all, canonTiId, newTiffBinaryElement },
|
||||
{ Tag::all, canonFiId, newTiffBinaryElement },
|
||||
{ Tag::all, canonPrId, newTiffBinaryElement },
|
||||
{ Tag::all, canonAfMiAdjId, newTiffBinaryElement },
|
||||
// { Tag::all, canonVigCorId, newTiffBinaryElement },
|
||||
{ Tag::all, canonVigCor2Id, newTiffBinaryElement },
|
||||
{ Tag::all, canonLiOpId, newTiffBinaryElement },
|
||||
{ Tag::all, canonLeId, newTiffBinaryElement },
|
||||
{ Tag::all, canonAmId, newTiffBinaryElement },
|
||||
{ Tag::all, canonMeId, newTiffBinaryElement },
|
||||
{ Tag::all, canonFilId, newTiffBinaryElement },
|
||||
{ Tag::all, canonHdrId, newTiffBinaryElement },
|
||||
{ Tag::all, canonAfCId, newTiffBinaryElement },
|
||||
{ Tag::all, canonRawBId, newTiffBinaryElement },
|
||||
|
||||
// Nikon1 makernote
|
||||
{ Tag::next, nikon1Id, ignoreTiffComponent },
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -52,36 +52,44 @@ Exif.CanonCs.MinAperture Short 1 203 F9
|
||||
Exif.CanonCs.FlashActivity Short 1 65535 (65535)
|
||||
Exif.CanonCs.FlashDetails Short 1 0
|
||||
Exif.CanonCs.FocusContinuous Short 1 1 Continuous
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 5152 5152
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 5152 5152
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 0 Center
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 32767 32767
|
||||
Exif.CanonCs.SRAWQuality Short 1 65535 (65535)
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 65533 1.84093e+21
|
||||
Exif.CanonSi.ISOSpeed Short 1 192 200
|
||||
Exif.CanonSi.MeasuredEV Short 1 123 8.84
|
||||
Exif.CanonSi.TargetAperture Short 1 107 F3.2
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 202 1/79 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 0 Off
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 107 1.07 m
|
||||
Exif.CanonSi.ApertureValue Short 1 109 F3.3
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 201 1/78 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 0 -6.00
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 250 Compact
|
||||
Exif.CanonSi.AutoRotate Short 1 0 0
|
||||
Exif.CanonSi.AutoRotate Short 1 0 None
|
||||
Exif.CanonSi.NDFilter Short 1 0 Off
|
||||
Exif.CanonSi.SelfTimer2 Short 1 0 Selftimer 2s
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 19 IMG:IXUS 185 JPEG IMG:IXUS 185 JPEG
|
||||
Exif.Canon.FirmwareVersion Ascii 22 Firmware Version 1.00 Firmware Version 1.00
|
||||
Exif.Canon.FileNumber Long 1 1200246 120-0246
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -49,37 +49,45 @@ Exif.CanonCs.MinAperture Short 1 320 F32
|
||||
Exif.CanonCs.FlashActivity Short 1 0 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 8 E-TTL
|
||||
Exif.CanonCs.FocusContinuous Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 0 0
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 0 0
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.CanonCs.SRAWQuality Short 1 65535 (65535)
|
||||
Exif.Canon.FocalLength Short 4 0 90 11353 50055 90.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 192 200
|
||||
Exif.CanonSi.MeasuredEV Short 1 184 10.75
|
||||
Exif.CanonSi.TargetAperture Short 1 192 F8
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 160 1/32 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 20 20
|
||||
Exif.CanonSi.WhiteBalance Short 1 9 Manual Temperature (Kelvin)
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 160 32 °C
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 192 F8
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 164 1/35 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 136 11.00
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 248 EOS High-end
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 65535
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 (65535)
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 65535 n/a
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 23 Canon EOS-1Ds Mark III Canon EOS-1Ds Mark III
|
||||
Exif.Canon.FirmwareVersion Ascii 24 Firmware Version 1.2.0 Firmware Version 1.2.0
|
||||
Exif.Canon.OwnerName Ascii 32
|
||||
@ -109,7 +117,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
|
||||
Exif.CanonFi.BracketMode SShort 1 0 Off
|
||||
Exif.CanonFi.BracketValue SShort 1 0 0
|
||||
Exif.CanonFi.BracketShotNumber SShort 1 0 0
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 (0)
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown
|
||||
Exif.CanonFi.RawJpgSize SShort 1 0 Large
|
||||
Exif.CanonFi.NoiseReduction SShort 1 0 Off
|
||||
Exif.CanonFi.WBBracketMode SShort 1 0 Off
|
||||
@ -146,7 +154,8 @@ Exif.Canon.SensorInfo Short 17 34 5712 3774 1 1 72
|
||||
Exif.Canon.ColorData Short 702 4 853 1024 1024 333 577 1024 1024 492 375 1024 1024 784 850 1010 1010 339 657 1146 1146 571 431 1152 1150 923 0 65534 255 258 252 0 1874 4348 4337 2723 897 215 216 14 98 885 881 1868 1778 3390 3388 496 2317 5161 5142 3321 1102 270 270 19 114 979 973 2257 2158 4033 4024 592 1512 1117 1117 2785 3000 2050 1122 1122 1791 4490 1439 1121 1122 2670 2962 49165 59894 54415 1710 54254 2110 1024 1024 1494 5200 2444 1024 1024 1219 7000 2270 1024 1024 1339 6000 1572 1093 1093 2510 3200 1865 1032 1032 2281 3705 1512 1117 1117 2785 3000 2335 1024 1024 1296 6343 1428 1140 1140 3008 2811 2093 1024 1024 1485 5190 2056 1024 1024 1716 4603 2036 1024 1024 1496 5065 2036 1024 1024 1496 5065 2162 1024 1024 1664 4853 1028 1024 1024 963 4345 1028 1024 1024 963 4345 1028 1024 1024 963 4345 1028 1024 1024 963 4345 65148 372 1024 10900 65174 384 986 10000 65238 414 901 8300 65271 429 860 7000 65335 462 783 6000 65368 478 744 5600 65406 497 702 5200 65458 530 651 4700 65520 572 594 4200 46 617 543 3800 101 659 500 3500 170 712 446 3200 220 756 411 3000 273 810 377 2800 397 953 312 2400 500 2068 2085 1024 1024 1024 1024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 33 0 0 0 0 0 0 0 0 55 133 144 121 112 116 192 43 0 0 0 0 0 0 0 0 92 90 104 61 64 61 284 50 0 0 0 114 50 75 54 93 40 45 42 40 42 39 41 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 30 0 0 0 0 0 0 0 0 64 152 165 141 132 140 244 46 0 0 0 0 0 0 0 0 112 108 128 75 81 77 366 57 0 0 0 132 76 94 71 122 52 58 55 53 55 50 52 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 39 33 0 0 0 0 0 0 0 0 84 199 209 170 154 157 246 48 0 0 0 0 0 0 0 0 148 141 156 88 91 85 366 57 0 0 0 204 99 132 96 161 68 73 66 60 62 56 52 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 10 0 0 0 0 0 0 0 0 35 78 79 65 59 62 103 15 0 0 0 0 0 0 0 0 60 55 61 34 36 33 154 19 0 0 0 77 42 53 37 66 26 27 25 23 23 20 19 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14 3 0 0 0 0 0 0 0 0 2 5 10 30 44 188 16731 673 0 0 0 0 0 0 0 0 3 7 25 74 88 209 48862 3085 0 0 0 5 2 3 6 4 28 18 75 95 76 166 25799 6068 0 0 0 32768 0 1162 1024 1024 2629 3778 7354 4044 65472 58 4403 4147 60 65481 3810 0 254 2 11550 2 22808 2 22847 0 48704 1024 1024 0 1024 0 0 0 0 0 8191 256 8191 256 37573 38975 512 703 430 489 671 410 849 512 512 512 512 42961 35427 40082 5229 24044 65143 57523 5399 48667 30309 51653 50953 8464 16690 825 15673 1584 42305 1023 1024 1023 1024 29836 16383 10000 4096 0 40377 4 853 1024 1024 333 577 1024 1024 492 375 1024 1024 784 850 1010 1010 339 657 1146 1146 571 431 1152 1150 923 0 65534 255 258 252 0 1874 4348 4337 2723 897 215 216 14 98 885 881 1868 1778 3390 3388 496 2317 5161 5142 3321 1102 270 270 19 114 979 973 2257 2158 4033 4024 592 1512 1117 1117 2785 3000 2050 1122 1122 1791 4490 1439 1121 1122 2670 2962 49165 59894 54415 1710 54254 2110 1024 1024 1494 5200 2444 1024 1024 1219 7000 2270 1024 1024 1339 6000 1572 1093 1093 2510 3200 1865 1032 1032 2281 3705 1512 1117 1117 2785 3000 2335 1024 1024 1296 6343 1428 1140 1140 3008 2811 2093 1024 1024 1485 5190 2056 1024 1024 1716 4603 2036 1024 1024 1496 5065 2036 1024 1024 1496 5065 2162 1024 1024 1664 4853 1028 1024 1024 963 4345 1028 1024 1024 963 4345 1028 1024 1024 963 4345 1028 1024 1024 963 4345 65148 372 1024 10900 65174 384 986 10000 65238 414 901 8300 65271 429 860 7000 65335 462 783 6000 65368 478 744 5600 65406 497 702 5200 65458 530 651 4700 65520 572 594 4200 46 617 543 3800 101 659 500 3500 170 712 446 3200 220 756 411 3000 273 810 377 2800 397 953 312 2400 500 2068 2085 1024 1024 1024 1024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 33 0 0 0 0 0 0 0 0 55 133 144 121 112 116 192 43 0 0 0 0 0 0 0 0 92 90 104 61 64 61 284 50 0 0 0 114 50 75 54 93 40 45 42 40 42 39 41 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 30 0 0 0 0 0 0 0 0 64 152 165 141 132 140 244 46 0 0 0 0 0 0 0 0 112 108 128 75 81 77 366 57 0 0 0 132 76 94 71 122 52 58 55 53 55 50 52 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 39 33 0 0 0 0 0 0 0 0 84 199 209 170 154 157 246 48 0 0 0 0 0 0 0 0 148 141 156 88 91 85 366 57 0 0 0 204 99 132 96 161 68 73 66 60 62 56 52 59 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 10 0 0 0 0 0 0 0 0 35 78 79 65 59 62 103 15 0 0 0 0 0 0 0 0 60 55 61 34 36 33 154 19 0 0 0 77 42 53 37 66 26 27 25 23 23 20 19 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14 3 0 0 0 0 0 0 0 0 2 5 10 30 44 188 16731 673 0 0 0 0 0 0 0 0 3 7 25 74 88 209 48862 3085 0 0 0 5 2 3 6 4 28 18 75 95 76 166 25799 6068 0 0 0 32768 0 1162 1024 1024 2629 3778 7354 4044 65472 58 4403 4147 60 65481 3810 0 254 2 11550 2 22808 2 22847 0 48704 1024 1024 0 1024 0 0 0 0 0 8191 256 8191 256 37573 38975 512 703 430 489 671 410 849 512 512 512 512 42961 35427 40082 5229 24044 65143 57523 5399 48667 30309 51653 50953 8464 16690 825 15673 1584 42305 1023 1024 1023 1024 29836 16383 10000 4096 0 40377
|
||||
Exif.Canon.PictureStyleUserDef Short 3 129 129 129 Standard
|
||||
Exif.Canon.CustomPictureStyleFileName Ascii 32
|
||||
Exif.Canon.AFMicroAdj Long 5 20 2 0 10 0 20 2 0 10 0
|
||||
Exif.CanonAfMiAdj.AFMicroAdjMode SLong 1 2 Adjust by lens
|
||||
Exif.CanonAfMiAdj.AFMicroAdjValue SLong 1 0 0
|
||||
Exif.Photo.UserComment Undefined 264
|
||||
Exif.Photo.SubSecTime Ascii 3 00 00
|
||||
Exif.Photo.SubSecTimeOriginal Ascii 3 00 00
|
||||
|
||||
@ -56,37 +56,45 @@ Exif.CanonCs.MinAperture Short 1 320 F32
|
||||
Exif.CanonCs.FlashActivity Short 1 0 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 8200 Internal flash, E-TTL
|
||||
Exif.CanonCs.FocusContinuous Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 0 0
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 0 0
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.CanonCs.SRAWQuality Short 1 65535 (65535)
|
||||
Exif.Canon.FocalLength Short 4 0 90 8902 19690 90.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 100 0 0 0 100 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 8 5.25
|
||||
Exif.CanonSi.TargetAperture Short 1 116 F3.5
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 192 1/64 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 153 25 °C
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 65535 --
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 116 F3.5
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 192 1/64 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 88 5.00
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 248 EOS High-end
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 65535
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 (65535)
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 65535 n/a
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 15 Canon EOS 600D Canon EOS 600D
|
||||
Exif.Canon.FirmwareVersion Ascii 24 Firmware Version 1.0.1 Firmware Version 1.0.1
|
||||
Exif.Canon.OwnerName Ascii 32
|
||||
@ -114,7 +122,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
|
||||
Exif.CanonFi.BracketMode SShort 1 0 Off
|
||||
Exif.CanonFi.BracketValue SShort 1 0 0
|
||||
Exif.CanonFi.BracketShotNumber SShort 1 0 0
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 (0)
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown
|
||||
Exif.CanonFi.RawJpgSize SShort 1 0 Large
|
||||
Exif.CanonFi.NoiseReduction SShort 1 4 Auto
|
||||
Exif.CanonFi.WBBracketMode SShort 1 0 Off
|
||||
@ -153,9 +161,11 @@ Exif.Canon.ColorData Short 1273 10 812 1024 1024 36
|
||||
Exif.Canon.PictureStyleUserDef Short 3 134 135 135 Monochrome
|
||||
Exif.Canon.CustomPictureStyleFileName Ascii 32
|
||||
Exif.Canon.VignettingCorr Undefined 116 0 16 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 204 16 64 20 128 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 204 16 64 20 128 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
Exif.Canon.VignettingCorr2 Long 6 24 0 1 0 1 0 24 0 1 0 1 0
|
||||
Exif.Canon.LightingOpt Long 3 12 0 1 12 0 1
|
||||
Exif.Canon.AmbienceInfo Long 5 20 0 0 0 0 20 0 0 0 0
|
||||
Exif.CanonVigCor2.PeripheralLightingSetting SLong 1 0 Off
|
||||
Exif.CanonLiOp.PeripheralIlluminationCorr SLong 1 0 Off
|
||||
Exif.CanonLiOp.AutoLightingOptimizer SLong 1 1 Low
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0 0
|
||||
Exif.CanonAm.AmbienceSelection SLong 1 0 Standard
|
||||
Exif.Photo.UserComment Undefined 264
|
||||
Exif.Photo.SubSecTime Ascii 3 40 40
|
||||
Exif.Photo.SubSecTimeOriginal Ascii 3 40 40
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -19,14 +19,18 @@ Exif.CanonSi.ISOSpeed Short 1 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 6.97
|
||||
Exif.CanonSi.TargetAperture Short 1 F2.8
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 1/15 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 Off
|
||||
Exif.CanonSi.Sequence Short 1 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 3 focus points; center used
|
||||
Exif.CanonSi.FlashBias Short 1 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0
|
||||
Exif.CanonSi.ControlMode Short 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 8.92 m
|
||||
Exif.CanonSi.ApertureValue Short 1 F2.9
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 1/15 s
|
||||
@ -97,14 +101,18 @@ Exif.CanonSi.ISOSpeed Short 1 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 6.97
|
||||
Exif.CanonSi.TargetAperture Short 1 F2.8
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 1/15 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 Off
|
||||
Exif.CanonSi.Sequence Short 1 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 3 focus points; center used
|
||||
Exif.CanonSi.FlashBias Short 1 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0
|
||||
Exif.CanonSi.ControlMode Short 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 8.92 m
|
||||
Exif.CanonSi.ApertureValue Short 1 F2.9
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 1/15 s
|
||||
@ -134,14 +142,18 @@ Exif.CanonSi.ISOSpeed Short 1 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 6.97
|
||||
Exif.CanonSi.TargetAperture Short 1 F2.8
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 1/15 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 Off
|
||||
Exif.CanonSi.Sequence Short 1 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 3 focus points; center used
|
||||
Exif.CanonSi.FlashBias Short 1 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0
|
||||
Exif.CanonSi.ControlMode Short 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 8.92 m
|
||||
Exif.CanonSi.ApertureValue Short 1 F2.9
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 1/15 s
|
||||
@ -203,14 +215,18 @@ Exif.CanonSi.ISOSpeed Short 1 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 6.97
|
||||
Exif.CanonSi.TargetAperture Short 1 F2.8
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 1/15 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 Off
|
||||
Exif.CanonSi.Sequence Short 1 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 3 focus points; center used
|
||||
Exif.CanonSi.FlashBias Short 1 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0
|
||||
Exif.CanonSi.ControlMode Short 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 8.92 m
|
||||
Exif.CanonSi.ApertureValue Short 1 F2.9
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 1/15 s
|
||||
|
||||
@ -231,26 +231,26 @@ Exif.CanonCs.ZoomTargetWidth 0x0025 Makernote Short 1
|
||||
Exif.CanonCs.0x0026 0x0026 Makernote Short 1 0
|
||||
Exif.CanonCs.SpotMeteringMode 0x0027 Makernote Short 1 1
|
||||
Exif.Canon.FocalLength 0x0002 Makernote Short 4 2 682 286 215
|
||||
Exif.Canon.0x0003 0x0003 Makernote Short 4 0 0 0 0
|
||||
Exif.Canon.CanonFlashInfo 0x0003 Makernote Short 4 0 0 0 0
|
||||
Exif.CanonSi.0x0000 0x0000 Makernote Short 1 54
|
||||
Exif.CanonSi.AutoISO 0x0001 Makernote Short 1 0
|
||||
Exif.CanonSi.ISOSpeed 0x0002 Makernote Short 1 160
|
||||
Exif.CanonSi.MeasuredEV 0x0003 Makernote Short 1 276
|
||||
Exif.CanonSi.TargetAperture 0x0004 Makernote Short 1 149
|
||||
Exif.CanonSi.TargetShutterSpeed 0x0005 Makernote Short 1 287
|
||||
Exif.CanonSi.0x0006 0x0006 Makernote Short 1 0
|
||||
Exif.CanonSi.ExposureCompensation 0x0006 Makernote Short 1 0
|
||||
Exif.CanonSi.WhiteBalance 0x0007 Makernote Short 1 0
|
||||
Exif.CanonSi.SlowShutter 0x0008 Makernote Short 1 0
|
||||
Exif.CanonSi.Sequence 0x0009 Makernote Short 1 0
|
||||
Exif.CanonSi.0x000a 0x000a Makernote Short 1 6
|
||||
Exif.CanonSi.OpticalZoomCode 0x000a Makernote Short 1 6
|
||||
Exif.CanonSi.0x000b 0x000b Makernote Short 1 0
|
||||
Exif.CanonSi.CameraTemperature 0x000c Makernote Short 1 0
|
||||
Exif.CanonSi.FlashGuideNumber 0x000d Makernote Short 1 0
|
||||
Exif.CanonSi.AFPointUsed 0x000e Makernote Short 1 12290
|
||||
Exif.CanonSi.FlashBias 0x000f Makernote Short 1 0
|
||||
Exif.CanonSi.AutoExposureBracketing 0x0010 Makernote Short 1 0
|
||||
Exif.CanonSi.0x0011 0x0011 Makernote Short 1 0
|
||||
Exif.CanonSi.0x0012 0x0012 Makernote Short 1 1
|
||||
Exif.CanonSi.AEBBracketValue 0x0011 Makernote Short 1 0
|
||||
Exif.CanonSi.ControlMode 0x0012 Makernote Short 1 1
|
||||
Exif.CanonSi.SubjectDistance 0x0013 Makernote Short 1 782
|
||||
Exif.CanonSi.0x0014 0x0014 Makernote Short 1 0
|
||||
Exif.CanonSi.ApertureValue 0x0015 Makernote Short 1 149
|
||||
@ -360,26 +360,26 @@ Exif.CanonCs.ZoomTargetWidth 0x0025 Makernote Short 1
|
||||
Exif.CanonCs.0x0026 0x0026 Makernote Short 1 0
|
||||
Exif.CanonCs.SpotMeteringMode 0x0027 Makernote Short 1 1
|
||||
Exif.Canon.FocalLength 0x0002 Makernote Short 4 2 682 286 215
|
||||
Exif.Canon.0x0003 0x0003 Makernote Short 4 0 0 0 0
|
||||
Exif.Canon.CanonFlashInfo 0x0003 Makernote Short 4 0 0 0 0
|
||||
Exif.CanonSi.0x0000 0x0000 Makernote Short 1 54
|
||||
Exif.CanonSi.AutoISO 0x0001 Makernote Short 1 0
|
||||
Exif.CanonSi.ISOSpeed 0x0002 Makernote Short 1 160
|
||||
Exif.CanonSi.MeasuredEV 0x0003 Makernote Short 1 276
|
||||
Exif.CanonSi.TargetAperture 0x0004 Makernote Short 1 149
|
||||
Exif.CanonSi.TargetShutterSpeed 0x0005 Makernote Short 1 287
|
||||
Exif.CanonSi.0x0006 0x0006 Makernote Short 1 0
|
||||
Exif.CanonSi.ExposureCompensation 0x0006 Makernote Short 1 0
|
||||
Exif.CanonSi.WhiteBalance 0x0007 Makernote Short 1 0
|
||||
Exif.CanonSi.SlowShutter 0x0008 Makernote Short 1 0
|
||||
Exif.CanonSi.Sequence 0x0009 Makernote Short 1 0
|
||||
Exif.CanonSi.0x000a 0x000a Makernote Short 1 6
|
||||
Exif.CanonSi.OpticalZoomCode 0x000a Makernote Short 1 6
|
||||
Exif.CanonSi.0x000b 0x000b Makernote Short 1 0
|
||||
Exif.CanonSi.CameraTemperature 0x000c Makernote Short 1 0
|
||||
Exif.CanonSi.FlashGuideNumber 0x000d Makernote Short 1 0
|
||||
Exif.CanonSi.AFPointUsed 0x000e Makernote Short 1 12290
|
||||
Exif.CanonSi.FlashBias 0x000f Makernote Short 1 0
|
||||
Exif.CanonSi.AutoExposureBracketing 0x0010 Makernote Short 1 0
|
||||
Exif.CanonSi.0x0011 0x0011 Makernote Short 1 0
|
||||
Exif.CanonSi.0x0012 0x0012 Makernote Short 1 1
|
||||
Exif.CanonSi.AEBBracketValue 0x0011 Makernote Short 1 0
|
||||
Exif.CanonSi.ControlMode 0x0012 Makernote Short 1 1
|
||||
Exif.CanonSi.SubjectDistance 0x0013 Makernote Short 1 782
|
||||
Exif.CanonSi.0x0014 0x0014 Makernote Short 1 0
|
||||
Exif.CanonSi.ApertureValue 0x0015 Makernote Short 1 149
|
||||
@ -490,26 +490,26 @@ Exif.CanonCs.ZoomTargetWidth 0x0025 Makernote Short 1
|
||||
Exif.CanonCs.0x0026 0x0026 Makernote Short 1 0
|
||||
Exif.CanonCs.SpotMeteringMode 0x0027 Makernote Short 1 1
|
||||
Exif.Canon.FocalLength 0x0002 Makernote Short 4 2 682 286 215
|
||||
Exif.Canon.0x0003 0x0003 Makernote Short 4 0 0 0 0
|
||||
Exif.Canon.CanonFlashInfo 0x0003 Makernote Short 4 0 0 0 0
|
||||
Exif.CanonSi.0x0000 0x0000 Makernote Short 1 54
|
||||
Exif.CanonSi.AutoISO 0x0001 Makernote Short 1 0
|
||||
Exif.CanonSi.ISOSpeed 0x0002 Makernote Short 1 160
|
||||
Exif.CanonSi.MeasuredEV 0x0003 Makernote Short 1 276
|
||||
Exif.CanonSi.TargetAperture 0x0004 Makernote Short 1 149
|
||||
Exif.CanonSi.TargetShutterSpeed 0x0005 Makernote Short 1 287
|
||||
Exif.CanonSi.0x0006 0x0006 Makernote Short 1 0
|
||||
Exif.CanonSi.ExposureCompensation 0x0006 Makernote Short 1 0
|
||||
Exif.CanonSi.WhiteBalance 0x0007 Makernote Short 1 0
|
||||
Exif.CanonSi.SlowShutter 0x0008 Makernote Short 1 0
|
||||
Exif.CanonSi.Sequence 0x0009 Makernote Short 1 0
|
||||
Exif.CanonSi.0x000a 0x000a Makernote Short 1 6
|
||||
Exif.CanonSi.OpticalZoomCode 0x000a Makernote Short 1 6
|
||||
Exif.CanonSi.0x000b 0x000b Makernote Short 1 0
|
||||
Exif.CanonSi.CameraTemperature 0x000c Makernote Short 1 0
|
||||
Exif.CanonSi.FlashGuideNumber 0x000d Makernote Short 1 0
|
||||
Exif.CanonSi.AFPointUsed 0x000e Makernote Short 1 12290
|
||||
Exif.CanonSi.FlashBias 0x000f Makernote Short 1 0
|
||||
Exif.CanonSi.AutoExposureBracketing 0x0010 Makernote Short 1 0
|
||||
Exif.CanonSi.0x0011 0x0011 Makernote Short 1 0
|
||||
Exif.CanonSi.0x0012 0x0012 Makernote Short 1 1
|
||||
Exif.CanonSi.AEBBracketValue 0x0011 Makernote Short 1 0
|
||||
Exif.CanonSi.ControlMode 0x0012 Makernote Short 1 1
|
||||
Exif.CanonSi.SubjectDistance 0x0013 Makernote Short 1 782
|
||||
Exif.CanonSi.0x0014 0x0014 Makernote Short 1 0
|
||||
Exif.CanonSi.ApertureValue 0x0015 Makernote Short 1 149
|
||||
@ -620,26 +620,26 @@ Exif.CanonCs.ZoomTargetWidth 0x0025 Makernote Short 1
|
||||
Exif.CanonCs.0x0026 0x0026 Makernote Short 1 0
|
||||
Exif.CanonCs.SpotMeteringMode 0x0027 Makernote Short 1 1
|
||||
Exif.Canon.FocalLength 0x0002 Makernote Short 4 2 682 286 215
|
||||
Exif.Canon.0x0003 0x0003 Makernote Short 4 0 0 0 0
|
||||
Exif.Canon.CanonFlashInfo 0x0003 Makernote Short 4 0 0 0 0
|
||||
Exif.CanonSi.0x0000 0x0000 Makernote Short 1 54
|
||||
Exif.CanonSi.AutoISO 0x0001 Makernote Short 1 0
|
||||
Exif.CanonSi.ISOSpeed 0x0002 Makernote Short 1 160
|
||||
Exif.CanonSi.MeasuredEV 0x0003 Makernote Short 1 276
|
||||
Exif.CanonSi.TargetAperture 0x0004 Makernote Short 1 149
|
||||
Exif.CanonSi.TargetShutterSpeed 0x0005 Makernote Short 1 287
|
||||
Exif.CanonSi.0x0006 0x0006 Makernote Short 1 0
|
||||
Exif.CanonSi.ExposureCompensation 0x0006 Makernote Short 1 0
|
||||
Exif.CanonSi.WhiteBalance 0x0007 Makernote Short 1 0
|
||||
Exif.CanonSi.SlowShutter 0x0008 Makernote Short 1 0
|
||||
Exif.CanonSi.Sequence 0x0009 Makernote Short 1 0
|
||||
Exif.CanonSi.0x000a 0x000a Makernote Short 1 6
|
||||
Exif.CanonSi.OpticalZoomCode 0x000a Makernote Short 1 6
|
||||
Exif.CanonSi.0x000b 0x000b Makernote Short 1 0
|
||||
Exif.CanonSi.CameraTemperature 0x000c Makernote Short 1 0
|
||||
Exif.CanonSi.FlashGuideNumber 0x000d Makernote Short 1 0
|
||||
Exif.CanonSi.AFPointUsed 0x000e Makernote Short 1 12290
|
||||
Exif.CanonSi.FlashBias 0x000f Makernote Short 1 0
|
||||
Exif.CanonSi.AutoExposureBracketing 0x0010 Makernote Short 1 0
|
||||
Exif.CanonSi.0x0011 0x0011 Makernote Short 1 0
|
||||
Exif.CanonSi.0x0012 0x0012 Makernote Short 1 1
|
||||
Exif.CanonSi.AEBBracketValue 0x0011 Makernote Short 1 0
|
||||
Exif.CanonSi.ControlMode 0x0012 Makernote Short 1 1
|
||||
Exif.CanonSi.SubjectDistance 0x0013 Makernote Short 1 782
|
||||
Exif.CanonSi.0x0014 0x0014 Makernote Short 1 0
|
||||
Exif.CanonSi.ApertureValue 0x0015 Makernote Short 1 149
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -49,36 +49,44 @@ Exif.CanonCs.MinAperture Short 1 285 F22
|
||||
Exif.CanonCs.FlashActivity Short 1 0 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 0
|
||||
Exif.CanonCs.FocusContinuous Short 1 0 Single
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 0 0
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 0 0
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 0 Off
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 32767 (32767)
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.Canon.FocalLength Short 4 1 24 907 605 24.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 100 0 0 0 100 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 276 1269.92
|
||||
Exif.CanonSi.MeasuredEV Short 1 136 9.25
|
||||
Exif.CanonSi.TargetAperture Short 1 172 F6.3
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 244 1/203 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 156 28 °C
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 172 F6.3
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 240 1/181 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 126 9.75
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 252 EOS Mid-range
|
||||
Exif.CanonSi.AutoRotate Short 1 0 0
|
||||
Exif.CanonSi.AutoRotate Short 1 0 None
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 0 Selftimer 2s
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 32 Canon EOS 30D Canon EOS 30D
|
||||
Exif.Canon.FirmwareVersion Ascii 32 Firmware 1.0.5 Firmware 1.0.5
|
||||
Exif.Canon.OwnerName Ascii 32 unknown unknown
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -50,36 +50,43 @@ Exif.CanonCs.MinAperture Short 1 285 F22
|
||||
Exif.CanonCs.FlashActivity Short 1 0 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 0
|
||||
Exif.CanonCs.FocusContinuous Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 3072 3072
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 3072 3072
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.Canon.FocalLength Short 4 0 18 914 610 18.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 100 0 0 0 100 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 200 11.25
|
||||
Exif.CanonSi.TargetAperture Short 1 159 F5.6
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 202 1/79 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 65535 Infinite
|
||||
Exif.CanonSi.ApertureValue Short 1 156 F5.4
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 204 1/81 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 140 11.50
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 252 EOS Mid-range
|
||||
Exif.CanonSi.AutoRotate Short 1 1 1
|
||||
Exif.CanonSi.AutoRotate Short 1 1 Rotate 90 CW
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 0 Selftimer 2s
|
||||
Exif.CanonFi.FileNumber Long 1 0 (0)
|
||||
Exif.CanonFi.BracketMode SShort 1 0 Off
|
||||
Exif.CanonFi.BracketValue SShort 1 0 0
|
||||
|
||||
@ -58,30 +58,38 @@ Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 4000 4000
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 4000 4000
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 0 Center
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 32767 32767
|
||||
Exif.CanonCs.SRAWQuality Short 1 65535 (65535)
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 96 106.714
|
||||
Exif.CanonSi.ISOSpeed Short 1 192 200
|
||||
Exif.CanonSi.MeasuredEV Short 1 65241 -4.21
|
||||
Exif.CanonSi.TargetAperture Short 1 116 F3.5
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 0 1 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 0 Off
|
||||
Exif.CanonSi.Sequence Short 1 1 1
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 135 1.35 m
|
||||
Exif.CanonSi.ApertureValue Short 1 118 F3.5
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 0 1 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 0 -6.00
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 250 Compact
|
||||
Exif.CanonSi.AutoRotate Short 1 0 0
|
||||
Exif.CanonSi.AutoRotate Short 1 0 None
|
||||
Exif.CanonSi.NDFilter Short 1 0 Off
|
||||
Exif.CanonSi.SelfTimer2 Short 1 0 Selftimer 2s
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 28 IMG:PowerShot SX240 HS JPEG IMG:PowerShot SX240 HS JPEG
|
||||
Exif.Canon.FirmwareVersion Ascii 22 Firmware Version 1.00 Firmware Version 1.00
|
||||
Exif.Canon.FileNumber Long 1 2829622 282-9622
|
||||
|
||||
@ -58,30 +58,38 @@ Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 4000 4000
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 4000 4000
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 0 Center
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 32767 32767
|
||||
Exif.CanonCs.SRAWQuality Short 1 65535 (65535)
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 96 106.714
|
||||
Exif.CanonSi.ISOSpeed Short 1 192 200
|
||||
Exif.CanonSi.MeasuredEV Short 1 65241 -4.21
|
||||
Exif.CanonSi.TargetAperture Short 1 116 F3.5
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 0 1 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 0 Off
|
||||
Exif.CanonSi.Sequence Short 1 1 1
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 135 1.35 m
|
||||
Exif.CanonSi.ApertureValue Short 1 118 F3.5
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 0 1 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 0 -6.00
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 250 Compact
|
||||
Exif.CanonSi.AutoRotate Short 1 0 0
|
||||
Exif.CanonSi.AutoRotate Short 1 0 None
|
||||
Exif.CanonSi.NDFilter Short 1 0 Off
|
||||
Exif.CanonSi.SelfTimer2 Short 1 0 Selftimer 2s
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 28 IMG:PowerShot SX240 HS JPEG IMG:PowerShot SX240 HS JPEG
|
||||
Exif.Canon.FirmwareVersion Ascii 22 Firmware Version 1.00 Firmware Version 1.00
|
||||
Exif.Canon.FileNumber Long 1 2829624 282-9624
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -56,19 +56,24 @@ Exif.CanonCs.ZoomSourceWidth Short 1 2272 2272
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 2272 2272
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 1 AF Point
|
||||
Exif.Canon.FocalLength Short 4 2 682 286 215 21.3 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 276 13.63
|
||||
Exif.CanonSi.TargetAperture Short 1 149 F5
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 287 1/501 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 0 Off
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 6 6
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 12290 3 focus points; center used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 782 7.82 m
|
||||
Exif.CanonSi.ApertureValue Short 1 149 F5
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 289 1/523 s
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -50,36 +50,44 @@ Exif.CanonCs.MinAperture Short 1 65535 65535
|
||||
Exif.CanonCs.FlashActivity Short 1 133 (133)
|
||||
Exif.CanonCs.FlashDetails Short 1 16392 External flash, E-TTL
|
||||
Exif.CanonCs.FocusContinuous Short 1 0 Single
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 0 0
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 0 0
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 0 Off
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 32767 (32767)
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.Canon.FocalLength Short 4 2 95 907 605 95.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 100 0 0 0 100 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 8 5.25
|
||||
Exif.CanonSi.TargetAperture Short 1 159 F5.6
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 189 1/60 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 6 Custom
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 65535 --
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 156 F5.4
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 352 1/2048 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 87 4.88
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 252 EOS Mid-range
|
||||
Exif.CanonSi.AutoRotate Short 1 0 0
|
||||
Exif.CanonSi.AutoRotate Short 1 0 None
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 0 Selftimer 2s
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 32 Canon EOS 20D Canon EOS 20D
|
||||
Exif.Canon.FirmwareVersion Ascii 32 Firmware 2.0.3 Firmware 2.0.3
|
||||
Exif.Canon.OwnerName Ascii 32 unknown unknown
|
||||
|
||||
@ -50,36 +50,43 @@ Exif.CanonCs.MinAperture Short 1 285 F22
|
||||
Exif.CanonCs.FlashActivity Short 1 0 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 0
|
||||
Exif.CanonCs.FocusContinuous Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 3072 3072
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 3072 3072
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.Canon.FocalLength Short 4 0 18 914 610 18.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 100 0 0 0 100 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 200 11.25
|
||||
Exif.CanonSi.TargetAperture Short 1 159 F5.6
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 202 1/79 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 65535 Infinite
|
||||
Exif.CanonSi.ApertureValue Short 1 156 F5.4
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 204 1/81 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 140 11.50
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 252 EOS Mid-range
|
||||
Exif.CanonSi.AutoRotate Short 1 1 1
|
||||
Exif.CanonSi.AutoRotate Short 1 1 Rotate 90 CW
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 0 Selftimer 2s
|
||||
Exif.CanonFi.FileNumber Long 1 0 (0)
|
||||
Exif.CanonFi.BracketMode SShort 1 0 Off
|
||||
Exif.CanonFi.BracketValue SShort 1 0 0
|
||||
|
||||
@ -51,19 +51,24 @@ Exif.CanonCs.MinAperture Short 1 285 F22
|
||||
Exif.CanonCs.FlashActivity Short 1 255 (255)
|
||||
Exif.CanonCs.FlashDetails Short 1 0
|
||||
Exif.Canon.FocalLength Short 4 0 70 914 610 70.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 100 0 0 0 100 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 248 12.75
|
||||
Exif.CanonSi.TargetAperture Short 1 128 F4
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 270 1/347 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 1 Daylight
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 1 1
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 12288 3 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 128 F4
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 280 1/431 s
|
||||
|
||||
@ -59,26 +59,34 @@ Exif.CanonCs.PhotoEffect Short 1 0 Off
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 32767 32767
|
||||
Exif.Canon.FocalLength Short 4 2 186 229 172 5.8 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 128 50
|
||||
Exif.CanonSi.MeasuredEV Short 1 320 15.00
|
||||
Exif.CanonSi.TargetAperture Short 1 128 F4
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 319 1/1002 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 0 Off
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 6553 65.53 m
|
||||
Exif.CanonSi.ApertureValue Short 1 128 F4
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 320 1/1024 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 0 -6.00
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 250 Compact
|
||||
Exif.CanonSi.AutoRotate Short 1 0 0
|
||||
Exif.CanonSi.AutoRotate Short 1 0 None
|
||||
Exif.CanonSi.NDFilter Short 1 0 Off
|
||||
Exif.CanonSi.SelfTimer2 Short 1 0 Selftimer 2s
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.CanonPa.PanoramaFrame Short 1 0 0
|
||||
Exif.CanonPa.PanoramaDirection Short 1 1 Right to left
|
||||
Exif.CanonPi.ImageWidth Short 1 2272 2272
|
||||
|
||||
@ -18,14 +18,18 @@ Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 63 6.97
|
||||
Exif.CanonSi.TargetAperture Short 1 95 F2.8
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 125 1/15 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 0 Off
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 12290 3 focus points; center used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 892 8.92 m
|
||||
Exif.CanonSi.ApertureValue Short 1 99 F2.9
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 126 1/15 s
|
||||
|
||||
@ -56,19 +56,24 @@ Exif.CanonCs.ZoomSourceWidth Short 1 2272 2272
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 2272 2272
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 1 AF Point
|
||||
Exif.Canon.FocalLength Short 4 2 682 286 215 21.3 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 276 13.63
|
||||
Exif.CanonSi.TargetAperture Short 1 149 F5
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 287 1/501 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 0 Off
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 6 6
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 12290 3 focus points; center used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 782 7.82 m
|
||||
Exif.CanonSi.ApertureValue Short 1 149 F5
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 289 1/523 s
|
||||
|
||||
@ -56,37 +56,45 @@ Exif.CanonCs.MinAperture Short 1 320 F32
|
||||
Exif.CanonCs.FlashActivity Short 1 0 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 8200 Internal flash, E-TTL
|
||||
Exif.CanonCs.FocusContinuous Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 0 0
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 0 0
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.CanonCs.SRAWQuality Short 1 65535 (65535)
|
||||
Exif.Canon.FocalLength Short 4 0 90 8902 19690 90.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 100 0 0 0 100 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 8 5.25
|
||||
Exif.CanonSi.TargetAperture Short 1 116 F3.5
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 192 1/64 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 153 25 °C
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 65535 --
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 116 F3.5
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 192 1/64 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 88 5.00
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 248 EOS High-end
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 65535
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 (65535)
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 65535 n/a
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 15 Canon EOS 600D Canon EOS 600D
|
||||
Exif.Canon.FirmwareVersion Ascii 24 Firmware Version 1.0.1 Firmware Version 1.0.1
|
||||
Exif.Canon.OwnerName Ascii 32
|
||||
@ -114,7 +122,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
|
||||
Exif.CanonFi.BracketMode SShort 1 0 Off
|
||||
Exif.CanonFi.BracketValue SShort 1 0 0
|
||||
Exif.CanonFi.BracketShotNumber SShort 1 0 0
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 (0)
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown
|
||||
Exif.CanonFi.RawJpgSize SShort 1 0 Large
|
||||
Exif.CanonFi.NoiseReduction SShort 1 4 Auto
|
||||
Exif.CanonFi.WBBracketMode SShort 1 0 Off
|
||||
@ -153,9 +161,11 @@ Exif.Canon.ColorData Short 1273 10 812 1024 1024 36
|
||||
Exif.Canon.PictureStyleUserDef Short 3 134 135 135 Monochrome
|
||||
Exif.Canon.CustomPictureStyleFileName Ascii 32
|
||||
Exif.Canon.VignettingCorr Undefined 116 0 16 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 204 16 64 20 128 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 204 16 64 20 128 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
Exif.Canon.VignettingCorr2 Long 6 24 0 1 0 1 0 24 0 1 0 1 0
|
||||
Exif.Canon.LightingOpt Long 3 12 0 1 12 0 1
|
||||
Exif.Canon.AmbienceInfo Long 5 20 0 0 0 0 20 0 0 0 0
|
||||
Exif.CanonVigCor2.PeripheralLightingSetting SLong 1 0 Off
|
||||
Exif.CanonLiOp.PeripheralIlluminationCorr SLong 1 0 Off
|
||||
Exif.CanonLiOp.AutoLightingOptimizer SLong 1 1 Low
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0 0
|
||||
Exif.CanonAm.AmbienceSelection SLong 1 0 Standard
|
||||
Exif.Photo.UserComment Undefined 264
|
||||
Exif.Photo.SubSecTime Ascii 3 40 40
|
||||
Exif.Photo.SubSecTimeOriginal Ascii 3 40 40
|
||||
|
||||
@ -51,13 +51,13 @@ Exif.CanonCs.MinAperture Short 1 288 F23
|
||||
Exif.CanonCs.FlashActivity Short 1 0 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 0
|
||||
Exif.CanonCs.FocusContinuous Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 0 0
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 0 0
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.CanonCs.SRAWQuality Short 1 0 n/a
|
||||
@ -66,26 +66,33 @@ Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 148 9.63
|
||||
Exif.CanonSi.TargetAperture Short 1 128 F4
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 172 1/40 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 155 27 °C
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 128 F4
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 172 1/40 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 124 9.50
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 248 EOS High-end
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 65535
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 (65535)
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 65535 n/a
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.CanonFi.FileNumber Long 1 0 (0)
|
||||
Exif.CanonFi.BracketMode SShort 1 0 Off
|
||||
Exif.CanonFi.BracketValue SShort 1 0 0
|
||||
Exif.CanonFi.BracketShotNumber SShort 1 0 0
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 (0)
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown
|
||||
Exif.CanonFi.RawJpgSize SShort 1 0 Large
|
||||
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
|
||||
Exif.CanonFi.WBBracketMode SShort 1 0 Off
|
||||
@ -112,6 +119,7 @@ Exif.CanonPr.DigitalGain SShort 1 0 0
|
||||
Exif.CanonPr.WBShiftAB SShort 1 0 0
|
||||
Exif.CanonPr.WBShiftGM SShort 1 0 0
|
||||
Exif.Canon.FocalLength Short 4 0 105 28511 61642 105.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.Canon.ImageType Ascii 13 Canon EOS 6D Canon EOS 6D
|
||||
Exif.Canon.FirmwareVersion Ascii 24 Firmware Version 1.1.6 Firmware Version 1.1.6
|
||||
Exif.Canon.OwnerName Ascii 32
|
||||
@ -161,13 +169,23 @@ Exif.Canon.VRDOffset Long 1 0 0
|
||||
Exif.Canon.SensorInfo Short 17 34 5568 3708 1 1 84 50 5555 3697 0 0 0 0 0 0 0 0 34 5568 3708 1 1 84 50 5555 3697 0 0 0 0 0 0 0 0
|
||||
Exif.Canon.PictureStyleUserDef Short 3 135 135 135 Auto
|
||||
Exif.Canon.CustomPictureStyleFileName Ascii 32
|
||||
Exif.Canon.AFMicroAdj Long 11 44 0 0 10 4294967295 0 10 0 10 0 10 44 0 0 10 4294967295 0 10 0 10 0 10
|
||||
Exif.CanonAfMiAdj.AFMicroAdjMode SLong 1 0 Disable
|
||||
Exif.CanonAfMiAdj.AFMicroAdjValue SLong 1 0 0
|
||||
Exif.Canon.VignettingCorr Undefined 456 0 33 200 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 150 25 96 21 64 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 105 0 0 0 0 33 200 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 150 25 96 21 64 14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 105 0 0 0
|
||||
Exif.Canon.VignettingCorr2 Long 7 28 0 1 0 0 0 0 28 0 1 0 0 0 0
|
||||
Exif.Canon.LightingOpt Long 7 28 1 3 0 1 0 0 28 1 3 0 1 0 0
|
||||
Exif.Canon.AmbienceInfo Long 7 28 0 0 0 0 2147483647 0 28 0 0 0 0 2147483647 0
|
||||
Exif.Canon.MultiExp Long 5 20 0 0 0 1 20 0 0 0 1
|
||||
Exif.Canon.HDRInfo Long 9 36 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0
|
||||
Exif.CanonVigCor2.PeripheralLightingSetting SLong 1 0 Off
|
||||
Exif.CanonVigCor2.ChromaticAberrationSetting SLong 1 0 Off
|
||||
Exif.CanonLiOp.PeripheralIlluminationCorr SLong 1 1 On
|
||||
Exif.CanonLiOp.AutoLightingOptimizer SLong 1 3 Off
|
||||
Exif.CanonLiOp.HighlightTonePriority SLong 1 0 Off
|
||||
Exif.CanonLiOp.LongExposureNoiseReduction SLong 1 1 Auto
|
||||
Exif.CanonLiOp.HighISONoiseReduction SLong 1 0 Standard
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0 0
|
||||
Exif.CanonAm.AmbienceSelection SLong 1 0 Standard
|
||||
Exif.CanonMe.MultiExposure SLong 1 0 Off
|
||||
Exif.CanonMe.MultiExposureControl SLong 1 0 Additive
|
||||
Exif.CanonMe.MultiExposureShots SLong 1 0 Off
|
||||
Exif.CanonHdr.HDR SLong 1 0 Off
|
||||
Exif.CanonHdr.HDREffect SLong 1 0 Natural
|
||||
Exif.Photo.SubSecTime Ascii 3 06 06
|
||||
Exif.Photo.SubSecTimeOriginal Ascii 3 06 06
|
||||
Exif.Photo.SubSecTimeDigitized Ascii 3 06 06
|
||||
|
||||
@ -55,36 +55,44 @@ Exif.CanonCs.MinAperture Short 1 285 F22
|
||||
Exif.CanonCs.FlashActivity Short 1 65535 (65535)
|
||||
Exif.CanonCs.FlashDetails Short 1 0
|
||||
Exif.CanonCs.FocusContinuous Short 1 1 Continuous
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 257 On (2)
|
||||
Exif.CanonCs.DisplayAperture Short 1 116 116
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 6000 6000
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 6000 6000
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 0 Center
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.CanonCs.SRAWQuality Short 1 65535 (65535)
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 193 11.03
|
||||
Exif.CanonSi.TargetAperture Short 1 192 F8
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 170 1/40 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 65524 65524
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 0 Off
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 0 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 192 F8
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 173 1/42 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 0 -6.00
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 250 Compact
|
||||
Exif.CanonSi.AutoRotate Short 1 0 0
|
||||
Exif.CanonSi.AutoRotate Short 1 0 None
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 0 Selftimer 2s
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 18 IMG:EOS M100 JPEG IMG:EOS M100 JPEG
|
||||
Exif.Canon.FirmwareVersion Ascii 22 Firmware Version 1.00 Firmware Version 1.00
|
||||
Exif.Canon.FileNumber Long 1 1000054 100-0054
|
||||
@ -138,10 +146,15 @@ Exif.Canon.MeasuredColor Short 6 12 1588 1024 1024 21
|
||||
Exif.Canon.VRDOffset Long 1 0 0
|
||||
Exif.Canon.PictureStyleUserDef Short 3 135 135 135 Auto
|
||||
Exif.Canon.CustomPictureStyleFileName Ascii 32
|
||||
Exif.Canon.VignettingCorr2 Long 10 40 0 1 0 1 1 1 0 1 0 40 0 1 0 1 1 1 0 1 0
|
||||
Exif.Canon.LightingOpt Long 13 52 0 0 0 1 1 1 1 1 1 0 0 0 52 0 0 0 1 1 1 1 1 1 0 0 0
|
||||
Exif.Canon.AmbienceInfo Long 8 32 0 0 0 0 0 0 1 32 0 0 0 0 0 0 1
|
||||
Exif.Canon.FilterInfo Long 53 212 7 1 20 1 257 1 4294967295 2 20 1 513 1 4294967295 3 20 1 769 1 4294967295 4 56 4 1025 1 4294967295 1026 1 4294967295 1027 1 4294967295 1028 1 4294967295 5 20 1 1281 1 4294967295 6 20 1 1537 1 4294967295 7 20 1 1793 1 4294967295 212 7 1 20 1 257 1 4294967295 2 20 1 513 1 4294967295 3 20 1 769 1 4294967295 4 56 4 1025 1 4294967295 1026 1 4294967295 1027 1 4294967295 1028 1 4294967295 5 20 1 1281 1 4294967295 6 20 1 1537 1 4294967295 7 20 1 1793 1 4294967295
|
||||
Exif.CanonVigCor2.PeripheralLightingSetting SLong 1 1 On
|
||||
Exif.CanonVigCor2.ChromaticAberrationSetting SLong 1 1 On
|
||||
Exif.CanonVigCor2.DistortionCorrectionSetting SLong 1 0 Off
|
||||
Exif.CanonLiOp.PeripheralIlluminationCorr SLong 1 0 Off
|
||||
Exif.CanonLiOp.AutoLightingOptimizer SLong 1 0 Standard
|
||||
Exif.CanonLiOp.HighlightTonePriority SLong 1 0 Off
|
||||
Exif.CanonLiOp.LongExposureNoiseReduction SLong 1 1 Auto
|
||||
Exif.CanonLiOp.HighISONoiseReduction SLong 1 1 Low
|
||||
Exif.CanonAm.AmbienceSelection SLong 1 0 Standard
|
||||
Exif.Photo.UserComment Undefined 264
|
||||
Exif.Photo.SubSecTime Ascii 3 40 40
|
||||
Exif.Photo.SubSecTimeOriginal Ascii 3 40 40
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -59,37 +59,45 @@ Exif.CanonCs.MinAperture Short 1 256 F16
|
||||
Exif.CanonCs.FlashActivity Short 1 0 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 8 E-TTL
|
||||
Exif.CanonCs.FocusContinuous Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 0 0
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 0 0
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.CanonCs.SRAWQuality Short 1 0 n/a
|
||||
Exif.Canon.FocalLength Short 4 0 30 25518 18461 30.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 100 0 0 0 100 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 160 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 308 14.63
|
||||
Exif.CanonSi.TargetAperture Short 1 128 F4
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 340 1/1625 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 157 29 °C
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 128 F4
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 340 1/1625 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 175 15.88
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 248 EOS High-end
|
||||
Exif.CanonSi.AutoRotate Short 1 3 3
|
||||
Exif.CanonSi.AutoRotate Short 1 3 Rotate 270 CW
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 65535 n/a
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 14 Canon EOS M50 Canon EOS M50
|
||||
Exif.Canon.FirmwareVersion Ascii 24 Firmware Version 1.0.3 Firmware Version 1.0.3
|
||||
Exif.Canon.OwnerName Ascii 32 Danny Heijl Danny Heijl
|
||||
@ -120,7 +128,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
|
||||
Exif.CanonFi.BracketMode SShort 1 0 Off
|
||||
Exif.CanonFi.BracketValue SShort 1 0 0
|
||||
Exif.CanonFi.BracketShotNumber SShort 1 0 0
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 (0)
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown
|
||||
Exif.CanonFi.RawJpgSize SShort 1 0 Large
|
||||
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
|
||||
Exif.CanonFi.WBBracketMode SShort 1 0 Off
|
||||
@ -158,12 +166,20 @@ Exif.Canon.VRDOffset Long 1 0 0
|
||||
Exif.Canon.SensorInfo Short 17 34 6288 4056 1 1 276 48 6275 4047 0 0 0 0 0 0 0 0 34 6288 4056 1 1 276 48 6275 4047 0 0 0 0 0 0 0 0
|
||||
Exif.Canon.PictureStyleUserDef Short 3 135 135 135 Auto
|
||||
Exif.Canon.CustomPictureStyleFileName Ascii 32
|
||||
Exif.Canon.AFMicroAdj Long 11 44 0 0 10 4294967295 0 10 0 10 0 10 44 0 0 10 4294967295 0 10 0 10 0 10
|
||||
Exif.Canon.VignettingCorr2 Long 10 40 0 1 0 1 1 1 1 1 0 40 0 1 0 1 1 1 1 1 0
|
||||
Exif.Canon.LightingOpt Long 13 52 0 0 0 0 0 1 1 1 1 1 0 0 52 0 0 0 0 0 1 1 1 1 1 0 0
|
||||
Exif.Canon.AmbienceInfo Long 8 32 0 0 0 2147483647 0 1 1 32 0 0 0 2147483647 0 1 1
|
||||
Exif.Canon.FilterInfo Long 53 212 7 1 20 1 257 1 4294967295 2 20 1 513 1 4294967295 3 20 1 769 1 4294967295 4 56 4 1025 1 4294967295 1026 1 0 1027 1 0 1028 1 0 5 20 1 1281 1 4294967295 6 20 1 1537 1 4294967295 7 20 1 1793 1 4294967295 212 7 1 20 1 257 1 4294967295 2 20 1 513 1 4294967295 3 20 1 769 1 4294967295 4 56 4 1025 1 4294967295 1026 1 0 1027 1 0 1028 1 0 5 20 1 1281 1 4294967295 6 20 1 1537 1 4294967295 7 20 1 1793 1 4294967295
|
||||
Exif.Canon.HDRInfo Long 9 36 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0
|
||||
Exif.CanonAfMiAdj.AFMicroAdjMode SLong 1 0 Disable
|
||||
Exif.CanonAfMiAdj.AFMicroAdjValue SLong 1 0 0
|
||||
Exif.CanonVigCor2.PeripheralLightingSetting SLong 1 1 On
|
||||
Exif.CanonVigCor2.ChromaticAberrationSetting SLong 1 1 On
|
||||
Exif.CanonVigCor2.DistortionCorrectionSetting SLong 1 1 On
|
||||
Exif.CanonLiOp.PeripheralIlluminationCorr SLong 1 0 Off
|
||||
Exif.CanonLiOp.AutoLightingOptimizer SLong 1 0 Standard
|
||||
Exif.CanonLiOp.HighlightTonePriority SLong 1 0 Off
|
||||
Exif.CanonLiOp.LongExposureNoiseReduction SLong 1 0 Off
|
||||
Exif.CanonLiOp.HighISONoiseReduction SLong 1 0 Standard
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0 0
|
||||
Exif.CanonAm.AmbienceSelection SLong 1 0 Standard
|
||||
Exif.CanonHdr.HDR SLong 1 0 Off
|
||||
Exif.CanonHdr.HDREffect SLong 1 0 Natural
|
||||
Exif.Photo.UserComment Undefined 264
|
||||
Exif.Photo.SubSecTime Ascii 3 40 40
|
||||
Exif.Photo.SubSecTimeOriginal Ascii 3 40 40
|
||||
|
||||
@ -12,20 +12,27 @@ Exif.CanonSi.ISOSpeed Short 1 513 209285
|
||||
Exif.CanonSi.MeasuredEV Short 1 1027 37.09
|
||||
Exif.CanonSi.TargetAperture Short 1 1541 F1.8e+07
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 2055 1 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 2569 2569
|
||||
Exif.CanonSi.WhiteBalance Short 1 65291 (65291)
|
||||
Exif.CanonSi.SlowShutter Short 1 196 (196)
|
||||
Exif.CanonSi.Sequence Short 1 4277 4277
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 512 512
|
||||
Exif.CanonSi.CameraTemperature Short 1 515 387 °C
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 772 24
|
||||
Exif.CanonSi.AFPointUsed Short 1 1285 0 focus points; left, right used
|
||||
Exif.CanonSi.FlashBias Short 1 1028 (1028)
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 32001 32001
|
||||
Exif.CanonSi.ControlMode Short 1 513 513
|
||||
Exif.CanonSi.SubjectDistance Short 1 3 0.03 m
|
||||
Exif.CanonSi.ApertureValue Short 1 4613 F5e+21
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 12577 1 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 1601 194.12
|
||||
Exif.CanonSi.BulbDuration Short 1 20755 2075
|
||||
Exif.CanonSi.CameraType Short 1 28962 (28962)
|
||||
Exif.CanonSi.AutoRotate Short 1 12820 12820
|
||||
Exif.CanonSi.AutoRotate Short 1 12820 (12820)
|
||||
Exif.CanonSi.NDFilter Short 1 37249 (37249)
|
||||
Exif.CanonSi.SelfTimer2 Short 1 2209 (2209)
|
||||
Exif.CanonSi.FlashOutput Short 1 61649 61649
|
||||
Exif.Photo.FNumber Rational 1 1/0 (1/0)
|
||||
Exif.Photo.ExposureTime Rational 1 1/1 1 s
|
||||
|
||||
@ -59,19 +59,24 @@ Exif.CanonCs.ZoomSourceWidth Short 1 2272 2272
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 2272 2272
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 0 Center
|
||||
Exif.Canon.FocalLength Short 4 2 682 286 215 21.3 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 128 50
|
||||
Exif.CanonSi.MeasuredEV Short 1 227 12.09
|
||||
Exif.CanonSi.TargetAperture Short 1 149 F5
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 202 1/79 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 0 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 0 Off
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 6 6
|
||||
Exif.CanonSi.CameraTemperature Short 1 0 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 12291 3 focus points; center, right used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 7368 73.68 m
|
||||
Exif.CanonSi.ApertureValue Short 1 149 F5
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 205 1/85 s
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -51,37 +51,45 @@ Exif.CanonCs.MinAperture Short 1 340 F40
|
||||
Exif.CanonCs.FlashActivity Short 1 0 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 0
|
||||
Exif.CanonCs.FocusContinuous Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 (65535)
|
||||
Exif.CanonCs.AESetting Short 1 65535 n/a
|
||||
Exif.CanonCs.ImageStabilization Short 1 65535 (65535)
|
||||
Exif.CanonCs.DisplayAperture Short 1 0 0
|
||||
Exif.CanonCs.ZoomSourceWidth Short 1 0 0
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 0 0
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 (65535)
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 (65535)
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 65535 n/a
|
||||
Exif.CanonCs.PhotoEffect Short 1 65535 n/a
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 0 n/a
|
||||
Exif.CanonCs.ColorTone Short 1 0 0
|
||||
Exif.CanonCs.SRAWQuality Short 1 65535 (65535)
|
||||
Exif.Canon.FocalLength Short 4 0 200 63601 17271 200.0 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 0 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 288 1600
|
||||
Exif.CanonSi.MeasuredEV Short 1 0 5.00
|
||||
Exif.CanonSi.TargetAperture Short 1 172 F6.3
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 108 1/10 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 12 12
|
||||
Exif.CanonSi.WhiteBalance Short 1 1 Daylight
|
||||
Exif.CanonSi.SlowShutter Short 1 3 None
|
||||
Exif.CanonSi.Sequence Short 1 0 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 8 8
|
||||
Exif.CanonSi.CameraTemperature Short 1 153 25 °C
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 0 0 focus points; none used
|
||||
Exif.CanonSi.FlashBias Short 1 0 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 0 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0 0
|
||||
Exif.CanonSi.ControlMode Short 1 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 0 0 m
|
||||
Exif.CanonSi.ApertureValue Short 1 168 F6.3
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 108 1/10 s
|
||||
Exif.CanonSi.MeasuredEV2 Short 1 82 4.25
|
||||
Exif.CanonSi.BulbDuration Short 1 0 0
|
||||
Exif.CanonSi.CameraType Short 1 248 EOS High-end
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 65535
|
||||
Exif.CanonSi.AutoRotate Short 1 65535 (65535)
|
||||
Exif.CanonSi.NDFilter Short 1 65535 n/a
|
||||
Exif.CanonSi.SelfTimer2 Short 1 65535 n/a
|
||||
Exif.CanonSi.FlashOutput Short 1 0 0
|
||||
Exif.Canon.ImageType Ascii 15 Canon EOS 500D Canon EOS 500D
|
||||
Exif.Canon.FirmwareVersion Ascii 24 Firmware Version 1.1.1 Firmware Version 1.1.1
|
||||
Exif.Canon.OwnerName Ascii 32
|
||||
@ -111,7 +119,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
|
||||
Exif.CanonFi.BracketMode SShort 1 0 Off
|
||||
Exif.CanonFi.BracketValue SShort 1 0 0
|
||||
Exif.CanonFi.BracketShotNumber SShort 1 0 0
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 (0)
|
||||
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown
|
||||
Exif.CanonFi.RawJpgSize SShort 1 0 Large
|
||||
Exif.CanonFi.NoiseReduction SShort 1 3 On
|
||||
Exif.CanonFi.WBBracketMode SShort 1 0 Off
|
||||
@ -149,7 +157,7 @@ Exif.Canon.ColorData Short 1251 7 804 1024 1024 466
|
||||
Exif.Canon.PictureStyleUserDef Short 3 129 129 129 Standard
|
||||
Exif.Canon.CustomPictureStyleFileName Ascii 32
|
||||
Exif.Canon.VignettingCorr Undefined 116 0 16 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 92 18 144 18 96 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 92 18 144 18 96 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
Exif.Canon.VignettingCorr2 Long 6 24 0 1 0 1 0 24 0 1 0 1 0
|
||||
Exif.CanonVigCor2.PeripheralLightingSetting SLong 1 0 Off
|
||||
Exif.Photo.UserComment Undefined 264
|
||||
Exif.Photo.SubSecTime Ascii 3 34 34
|
||||
Exif.Photo.SubSecTimeOriginal Ascii 3 34 34
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -26,6 +26,7 @@ class TamronSupport(metaclass=system_tests.CaseMeta):
|
||||
"""Exif.CanonCs.LensType Short 1 Tamron SP 90mm f/2.8 Di VC USD Macro 1:1
|
||||
Exif.CanonCs.Lens Short 3 90.0 mm
|
||||
Exif.Canon.LensModel Ascii 70 TAMRON SP 90mm F/2.8 Di VC USD MACRO1:1 F017
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0
|
||||
Exif.Photo.LensSpecification Rational 4 90/1 90/1 0/0 0/0
|
||||
Exif.Photo.LensModel Ascii 70 TAMRON SP 90mm F/2.8 Di VC USD MACRO1:1 F017
|
||||
Exif.Photo.LensSerialNumber Ascii 12 0000000000
|
||||
|
||||
@ -69,19 +69,24 @@ Exif.CanonCs.ZoomSourceWidth Short 1 2272
|
||||
Exif.CanonCs.ZoomTargetWidth Short 1 2272
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 AF Point
|
||||
Exif.Canon.FocalLength Short 4 21.3 mm
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0
|
||||
Exif.CanonSi.AutoISO Short 1 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 13.63
|
||||
Exif.CanonSi.TargetAperture Short 1 F5
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 1/501 s
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 Off
|
||||
Exif.CanonSi.Sequence Short 1 0
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 6
|
||||
Exif.CanonSi.CameraTemperature Short 1 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 3 focus points; center used
|
||||
Exif.CanonSi.FlashBias Short 1 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 Off
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0
|
||||
Exif.CanonSi.ControlMode Short 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 7.82 m
|
||||
Exif.CanonSi.ApertureValue Short 1 F5
|
||||
Exif.CanonSi.ShutterSpeedValue Short 1 1/523 s
|
||||
|
||||
@ -13,6 +13,7 @@ class Sigma24_105mmRecognition(metaclass=system_tests.CaseMeta):
|
||||
Exif.CanonCs.Lens Short 3 24.0 - 105.0 mm
|
||||
Exif.CanonCf.LensAFStopButton Short 1 0
|
||||
Exif.Canon.LensModel Ascii 74 24-105mm F4 DG OS HSM | Art 013
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0
|
||||
"""]
|
||||
stderr = [""]
|
||||
retval = [0]
|
||||
|
||||
@ -8,12 +8,12 @@ class CanonAfInfoTest(metaclass=CaseMeta):
|
||||
filenameB = path("$data_path/test_issue_981b.exv")
|
||||
filenameC = path("$data_path/test_issue_981c.exv")
|
||||
filenameD = path("$data_path/test_issue_981d.exv")
|
||||
commands = ["$exiv2 -pa -b --grep Canon.AF $filenameA",
|
||||
"$exiv2 -pa -b --grep Canon.AF $filenameB",
|
||||
"$exiv2 -pv -b --grep Points $filenameC",
|
||||
"$exiv2 -pt -b --grep Points $filenameC",
|
||||
"$exiv2 -pv -b --grep Unusable $filenameD",
|
||||
"$exiv2 -pt -b --grep Unusable $filenameD",
|
||||
commands = ["$exiv2 -pa -b --grep Canon.AF $filenameA"
|
||||
,"$exiv2 -pa -b --grep Canon.AF $filenameB"
|
||||
,"$exiv2 -pv -b --grep Points $filenameC"
|
||||
,"$exiv2 -pt -b --grep Points $filenameC"
|
||||
,"$exiv2 -pv -b --grep Unusable $filenameD"
|
||||
,"$exiv2 -pt -b --grep Unusable $filenameD"
|
||||
]
|
||||
|
||||
stdout = ["""Exif.Canon.AFInfo Short 48 96 2 9 9 4752 3168 4272 2848 115 115 115 162 200 162 115 115 115 153 153 153 105 199 105 153 153 153 64409 64862 64862 0 0 0 674 674 1127 0 321 65215 603 0 64933 321 65215 0 16 256 0 65535
|
||||
@ -32,7 +32,7 @@ Exif.Canon.AFYPositions SShort 9 0 321 -321 603 0 -60
|
||||
Exif.Canon.AFPointsInFocus Short 1 4
|
||||
Exif.Canon.AFPointsSelected Short 1 8
|
||||
Exif.Canon.AFPointsUnusable Short 1 (none)
|
||||
""" , """Exif.Canon.AFInfo Short 273 546 2 63 61 6720 4480 6720 4480 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 0 0 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 0 0 65200 64790 64435 64099 63764 336 0 65200 64099 63764 1772 1437 1101 746 336 0 1437 1101 746 336 0 65200 64790 64435 336 0 65200 64790 64435 64099 63764 1772 64790 64435 64099 63764 1772 1437 1101 746 63764 1772 1437 1101 746 336 0 65200 1101 746 336 0 65200 64790 64435 64099 336 0 65200 1772 1437 0 0 547 625 625 625 625 821 821 821 308 308 625 625 625 625 547 547 308 308 308 274 274 274 308 308 0 0 0 0 0 0 0 308 65228 65228 65228 65228 0 0 0 0 64911 65228 65228 65228 65228 65262 65262 65262 64911 64911 64989 64989 64989 64911 64911 64911 64715 64715 64715 64911 64911 0 0 0 512 0 0 0 512 0 0 0 0 0 0 65535
|
||||
""","""Exif.Canon.AFInfo Short 273 546 2 63 61 6720 4480 6720 4480 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 0 0 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 218 0 0 65200 64790 64435 64099 63764 336 0 65200 64099 63764 1772 1437 1101 746 336 0 1437 1101 746 336 0 65200 64790 64435 336 0 65200 64790 64435 64099 63764 1772 64790 64435 64099 63764 1772 1437 1101 746 63764 1772 1437 1101 746 336 0 65200 1101 746 336 0 65200 64790 64435 64099 336 0 65200 1772 1437 0 0 547 625 625 625 625 821 821 821 308 308 625 625 625 625 547 547 308 308 308 274 274 274 308 308 0 0 0 0 0 0 0 308 65228 65228 65228 65228 0 0 0 0 64911 65228 65228 65228 65228 65262 65262 65262 64911 64911 64989 64989 64989 64911 64911 64911 64715 64715 64715 64911 64911 0 0 0 512 0 0 0 512 0 0 0 0 0 0 65535
|
||||
Exif.Canon.AFInfoSize SShort 1 546
|
||||
Exif.Canon.AFAreaMode SShort 1 Single-point AF
|
||||
Exif.Canon.AFNumPoints SShort 1 63
|
||||
@ -48,8 +48,6 @@ Exif.Canon.AFYPositions SShort 63 547 625 625 625 625
|
||||
Exif.Canon.AFPointsInFocus Short 4 25
|
||||
Exif.Canon.AFPointsSelected Short 4 25
|
||||
Exif.Canon.AFPointsUnusable Short 4 (none)
|
||||
Exif.Canon.AFMicroAdj Long 11 44 2 0 10 4294967295 0 10 0 10 0 10
|
||||
Exif.Canon.AFConfig Long 20 80 4 0 0 1 0 0 0 0 1 0 1 32639 1 0 1 0 0 0 2
|
||||
""","""0x2602 Canon AFNumPoints SShort 1 63
|
||||
0x2603 Canon AFValidPoints SShort 1 61
|
||||
0x260c Canon AFPointsInFocus Short 4 0 560 57344 0
|
||||
|
||||
@ -163,10 +163,17 @@ Exif.CanonCs.ExposureProgram Short 1 Manual (M)
|
||||
Exif.CanonCs.FlashActivity Short 1 Did not fire
|
||||
Exif.CanonCs.FlashDetails Short 1 E-TTL
|
||||
Exif.CanonCs.ManualFlashOutput Short 1 n/a
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0
|
||||
Exif.CanonSi.FlashBias Short 1 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 Off
|
||||
Exif.CanonSi.FlashOutput Short 1 0
|
||||
Exif.CanonFi.FlashExposureLock SShort 1 Off
|
||||
Exif.CanonLiOp.LongExposureNoiseReduction SLong 1 Off
|
||||
Exif.CanonMe.MultiExposure SLong 1 Off
|
||||
Exif.CanonMe.MultiExposureControl SLong 1 Additive
|
||||
Exif.CanonMe.MultiExposureShots SLong 1 Off
|
||||
Exif.Photo.FlashpixVersion Undefined 4 1.00
|
||||
Exif.Photo.ExposureMode Short 1 Manual
|
||||
Xmp.xmp.Rating XmpText 1 0
|
||||
|
||||
@ -14,6 +14,7 @@ class CheckLensDetectionTeleconverter(metaclass=system_tests.CaseMeta):
|
||||
stdout = [ """0x0016 CanonCs LensType Short 1 173
|
||||
0x0017 CanonCs Lens Short 3 1000 300 1
|
||||
0x0095 Canon LensModel Ascii 74 300-1000mm
|
||||
0x0000 CanonLe LensSerialNumber SLong 1 0
|
||||
0xa432 Photo LensSpecification Rational 4 300/1 1000/1 0/1 0/1
|
||||
0xa434 Photo LensModel Ascii 11 300-1000mm
|
||||
0xa435 Photo LensSerialNumber Ascii 11 0000000000
|
||||
@ -21,6 +22,7 @@ class CheckLensDetectionTeleconverter(metaclass=system_tests.CaseMeta):
|
||||
"""Exif.CanonCs.LensType Short 1 Sigma 150-500mm f/5-6.3 APO DG OS HSM + 2x
|
||||
Exif.CanonCs.Lens Short 3 300.0 - 1000.0 mm
|
||||
Exif.Canon.LensModel Ascii 74 300-1000mm
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0
|
||||
Exif.Photo.LensSpecification Rational 4 300/1 1000/1 0/1 0/1
|
||||
Exif.Photo.LensModel Ascii 11 300-1000mm
|
||||
Exif.Photo.LensSerialNumber Ascii 11 0000000000
|
||||
|
||||
@ -13,6 +13,7 @@ class CheckTokina11_20mm(metaclass=system_tests.CaseMeta):
|
||||
stdout = [ """Exif.CanonCs.LensType Short 1 Tokina AT-X 11-20 f/2.8 PRO DX Aspherical 11-20mm f/2.8
|
||||
Exif.CanonCs.Lens Short 3 11.0 - 20.0 mm
|
||||
Exif.Canon.LensModel Ascii 74 11-20mm
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0
|
||||
Exif.Photo.LensSpecification Rational 4 11/1 20/1 0/1 0/1
|
||||
Exif.Photo.LensModel Ascii 8 11-20mm
|
||||
Exif.Photo.LensSerialNumber Ascii 11 0000000000
|
||||
|
||||
@ -13,6 +13,7 @@ class CheckSigma17_70Lens(metaclass=system_tests.CaseMeta):
|
||||
stdout = [ """Exif.CanonCs.LensType Short 1 Sigma 17-70mm f/2.8-4 DC Macro OS HSM
|
||||
Exif.CanonCs.Lens Short 3 17.0 - 70.0 mm
|
||||
Exif.Canon.LensModel Ascii 74 17-70mm
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0
|
||||
Exif.Photo.LensSpecification Rational 4 17/1 70/1 0/1 0/1
|
||||
Exif.Photo.LensModel Ascii 8 17-70mm
|
||||
Exif.Photo.LensSerialNumber Ascii 11 0000000000
|
||||
|
||||
@ -13,6 +13,7 @@ class CheckSigma35mm(metaclass=system_tests.CaseMeta):
|
||||
stdout = [ """Exif.CanonCs.LensType Short 1 Sigma 35mm f/1.4 DG HSM *OR* Sigma 35mm f/1.5 FF High-Speed Prime | 017
|
||||
Exif.CanonCs.Lens Short 3 35.0 mm
|
||||
Exif.Canon.LensModel Ascii 74 35mm
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0
|
||||
Exif.Photo.LensSpecification Rational 4 35/1 35/1 0/1 0/1
|
||||
Exif.Photo.LensModel Ascii 5 35mm
|
||||
Exif.Photo.LensSerialNumber Ascii 11 0000000000
|
||||
|
||||
@ -19,6 +19,9 @@ class CanonLenses(metaclass=system_tests.CaseMeta):
|
||||
stdout = ["""Exif.CanonCs.LensType Short 1 Sigma APO 120-300mm f/2.8 EX DG OS HSM *OR* Sigma 120-300mm f/2.8 DG OS HSM S013
|
||||
Exif.CanonCs.Lens Short 3 120.0 - 300.0 mm
|
||||
Exif.Canon.LensModel Ascii 74 120-300mm
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0
|
||||
Exif.CanonAfC.USMLensElectronicMF SLong 1 Enable After AF
|
||||
Exif.CanonAfC.LensDriveWhenAFImpossible SLong 1 Continue Focus Search
|
||||
Exif.Photo.LensSpecification Rational 4 120/1 300/1 0/1 0/1
|
||||
Exif.Photo.LensModel Ascii 10 120-300mm
|
||||
Exif.Photo.LensSerialNumber Ascii 11 0000000000
|
||||
@ -26,6 +29,9 @@ Exif.Photo.LensSerialNumber Ascii 11 0000000000
|
||||
"""Exif.CanonCs.LensType Short 1 Sigma 150-500mm f/5-6.3 APO DG OS HSM
|
||||
Exif.CanonCs.Lens Short 3 150.0 - 500.0 mm
|
||||
Exif.Canon.LensModel Ascii 74 150-500mm
|
||||
Exif.CanonLe.LensSerialNumber SLong 1 0
|
||||
Exif.CanonAfC.USMLensElectronicMF SLong 1 Enable After AF
|
||||
Exif.CanonAfC.LensDriveWhenAFImpossible SLong 1 Continue Focus Search
|
||||
Exif.Photo.LensSpecification Rational 4 150/1 500/1 0/1 0/1
|
||||
Exif.Photo.LensModel Ascii 10 150-500mm
|
||||
Exif.Photo.LensSerialNumber Ascii 11 0000000000
|
||||
|
||||
@ -88,26 +88,26 @@ Exif.CanonCs.ZoomTargetWidth Short 1 2272
|
||||
Exif.CanonCs.0x0026 Short 1 0
|
||||
Exif.CanonCs.SpotMeteringMode Short 1 AF Point
|
||||
Exif.Canon.FocalLength Short 4 21.3 mm
|
||||
Exif.Canon.0x0003 Short 4 0 0 0 0
|
||||
Exif.Canon.CanonFlashInfo Short 4 0 0 0 0
|
||||
Exif.CanonSi.0x0000 Short 1 54
|
||||
Exif.CanonSi.AutoISO Short 1 100
|
||||
Exif.CanonSi.ISOSpeed Short 1 100
|
||||
Exif.CanonSi.MeasuredEV Short 1 13.63
|
||||
Exif.CanonSi.TargetAperture Short 1 F5
|
||||
Exif.CanonSi.TargetShutterSpeed Short 1 1/501 s
|
||||
Exif.CanonSi.0x0006 Short 1 0
|
||||
Exif.CanonSi.ExposureCompensation Short 1 0
|
||||
Exif.CanonSi.WhiteBalance Short 1 Auto
|
||||
Exif.CanonSi.SlowShutter Short 1 Off
|
||||
Exif.CanonSi.Sequence Short 1 0
|
||||
Exif.CanonSi.0x000a Short 1 6
|
||||
Exif.CanonSi.OpticalZoomCode Short 1 6
|
||||
Exif.CanonSi.0x000b Short 1 0
|
||||
Exif.CanonSi.CameraTemperature Short 1 --
|
||||
Exif.CanonSi.FlashGuideNumber Short 1 0
|
||||
Exif.CanonSi.AFPointUsed Short 1 3 focus points; center used
|
||||
Exif.CanonSi.FlashBias Short 1 0 EV
|
||||
Exif.CanonSi.AutoExposureBracketing Short 1 Off
|
||||
Exif.CanonSi.0x0011 Short 1 0
|
||||
Exif.CanonSi.0x0012 Short 1 1
|
||||
Exif.CanonSi.AEBBracketValue Short 1 0
|
||||
Exif.CanonSi.ControlMode Short 1 1
|
||||
Exif.CanonSi.SubjectDistance Short 1 7.82 m
|
||||
Exif.CanonSi.0x0014 Short 1 0
|
||||
Exif.CanonSi.ApertureValue Short 1 F5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user