update Exif tag MeteringMode accordinly with ExifTool descriptions
This commit is contained in:
parent
52f64fb8a1
commit
02b9117b2e
15
src/tags.cpp
15
src/tags.cpp
@ -281,13 +281,14 @@ namespace Exiv2 {
|
||||
|
||||
//! MeteringMode, tag 0x9207
|
||||
extern const TagDetails exifMeteringMode[] = {
|
||||
{ 0, "Unknown" },
|
||||
{ 1, "Average" },
|
||||
{ 2, "Center weighted" },
|
||||
{ 3, "Spot" },
|
||||
{ 4, "Multispot" },
|
||||
{ 5, "Matrix" },
|
||||
{ 6, "Partial" }
|
||||
{ 0, "Unknown" },
|
||||
{ 1, "Average" },
|
||||
{ 2, "Center weighted average" },
|
||||
{ 3, "Spot" },
|
||||
{ 4, "Multi-spot" },
|
||||
{ 5, "Multi-segment" },
|
||||
{ 6, "Partial" },
|
||||
{ 255, "Other" }
|
||||
};
|
||||
|
||||
//! LightSource, tag 0x9208
|
||||
|
||||
Loading…
Reference in New Issue
Block a user