File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -1063,6 +1063,16 @@ avoid conflicts with other plugins or standards.
10631063 The history of the image or document.
10641064
10651065
1066+ References for more information on IPTC metadata:
1067+
1068+ * https://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata
1069+ * https://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata#iptc-core-schema-1-5-specifications
1070+ This is the one where you can find the length limits
1071+ * ExifTool's documentation about IPTC tags (caveat: not a definitive
1072+ reference, could be outdated or incorrect):
1073+ https://exiftool.org/TagNames/IPTC.html
1074+
1075+
10661076SMPTE metadata
10671077==============
10681078
Original file line number Diff line number Diff line change @@ -84,6 +84,15 @@ static IIMtag iimtag[] = {
8484// N.B. All "Date" fields are 8 digit strings: CCYYMMDD
8585// All "Time" fields are 11 digit strings (what format?)
8686
87+ // IPTC references:
88+ //
89+ // * https://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata
90+ // * https://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata#iptc-core-schema-1-5-specifications
91+ // This is the one where you can find the length limits
92+ // * ExifTool's documentation about IPTC tags (caveat: not a definitive
93+ // reference, could be outdated or incorrect):
94+ // https://exiftool.org/TagNames/IPTC.html
95+
8796} // anonymous namespace
8897
8998
You can’t perform that action at this time.
0 commit comments