We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7becf0 commit 6c59437Copy full SHA for 6c59437
src/properties.cpp
@@ -1013,6 +1013,7 @@ namespace Exiv2 {
1013
};
1014
1015
//! XMP Iptc4xmpCore:Scene
1016
+ // Source: http://cv.iptc.org/newscodes/scene/
1017
constexpr TagVocabulary iptcScene[] = {
1018
{ "010100", N_("Headshot") },
1019
{ "010200", N_("Half-length") },
@@ -1041,6 +1042,7 @@ namespace Exiv2 {
1041
1042
1043
1044
//! XMP Iptc4xmpCore:SubjectCode
1045
+ // Source: https://cv.iptc.org/newscodes/subjectcode/
1046
constexpr TagVocabulary iptcSubjectCode[] = {
1047
{ "01000000", "arts, culture and entertainment" },
1048
{ "01001000", "archaeology" },
@@ -2459,6 +2461,7 @@ namespace Exiv2 {
2459
2461
2460
2462
2463
//! XMP iptcExt:DigitalSourceType
2464
+ // Source: http://cv.iptc.org/newscodes/digitalsourcetype/
2465
constexpr TagVocabulary iptcExtDigitalSourceType[] = {
2466
{ "digitalCapture", N_("Digital capture") },
2467
{ "negativeFilm", N_("Digitised from a negative on film") },
0 commit comments