Xmp.exif.ColorSpace == 2 ==> AdobeRgb as standard Exif tag (from ExifTool DB)

v0.27.3
HumanDynamo 18 years ago
parent 538a5c0e77
commit 5fd82ff41f

@ -438,6 +438,7 @@ namespace Exiv2 {
//! exif:ColorSpace
extern const TagDetails xmpExifColorSpace[] = {
{ 1, N_("sRGB") },
{ 2, N_("Adobe RGB") }, // Not defined to Exif 2.2 spec. But used by a lot of cameras.
{ 65535, N_("uncalibrated") }
};

Loading…
Cancel
Save