Skip to content

Commit 6c59437

Browse files
Add IPTC 2021.1 source comments for pr#2053
1 parent f7becf0 commit 6c59437

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/properties.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@ namespace Exiv2 {
10131013
};
10141014

10151015
//! XMP Iptc4xmpCore:Scene
1016+
// Source: http://cv.iptc.org/newscodes/scene/
10161017
constexpr TagVocabulary iptcScene[] = {
10171018
{ "010100", N_("Headshot") },
10181019
{ "010200", N_("Half-length") },
@@ -1041,6 +1042,7 @@ namespace Exiv2 {
10411042
};
10421043

10431044
//! XMP Iptc4xmpCore:SubjectCode
1045+
// Source: https://cv.iptc.org/newscodes/subjectcode/
10441046
constexpr TagVocabulary iptcSubjectCode[] = {
10451047
{ "01000000", "arts, culture and entertainment" },
10461048
{ "01001000", "archaeology" },
@@ -2459,6 +2461,7 @@ namespace Exiv2 {
24592461
};
24602462

24612463
//! XMP iptcExt:DigitalSourceType
2464+
// Source: http://cv.iptc.org/newscodes/digitalsourcetype/
24622465
constexpr TagVocabulary iptcExtDigitalSourceType[] = {
24632466
{ "digitalCapture", N_("Digital capture") },
24642467
{ "negativeFilm", N_("Digitised from a negative on film") },

0 commit comments

Comments
 (0)