Added additional values to the Exif.CanonCs.ISOSpeed lookup table. (Patrick Markert)

v0.27.3
Andreas Huggel 18 years ago
parent 5cd4571c73
commit 08f44fc528

@ -216,13 +216,21 @@ namespace Exiv2 {
//! ISOSpeeds, tag 0x0010
extern const TagDetails canonCsISOSpeed[] = {
{ 0, "n/a" },
{ 15, "Auto" },
{ 16, "50" },
{ 17, "100" },
{ 18, "200" },
{ 19, "400" },
{ 20, "800" }
{ 0, "n/a" },
{ 14, "Auto High" },
{ 15, "Auto" },
{ 16, "50" },
{ 17, "100" },
{ 18, "200" },
{ 19, "400" },
{ 20, "800" },
{ 16464, "80" },
{ 16484, "100" },
{ 16584, "200" },
{ 16784, "400" },
{ 17184, "800" },
{ 17984, "1600" },
{ 19584, "3200" }
};
//! MeteringMode, tag 0x0011

Loading…
Cancel
Save