Completed tag desc for Copyright and Artist.

v0.27.3
Andreas Huggel 18 years ago
parent 8074d65382
commit 26e95799d0

@ -347,7 +347,8 @@ namespace Exiv2 {
"image creator. The detailed format is not specified, but it is " "image creator. The detailed format is not specified, but it is "
"recommended that the information be written as in the example " "recommended that the information be written as in the example "
"below for ease of Interoperability. When the field is " "below for ease of Interoperability. When the field is "
"left blank, it is treated as unknown."), "left blank, it is treated as unknown. Ex.) \"Camera owner, John "
"Smith; Photographer, Michael Brown; Image creator, Ken James\""),
ifd0Id, otherTags, asciiString, printValue), ifd0Id, otherTags, asciiString, printValue),
TagInfo(0x013e, "WhitePoint", N_("White Point"), TagInfo(0x013e, "WhitePoint", N_("White Point"),
N_("The chromaticity of the white point of the image. Normally " N_("The chromaticity of the white point of the image. Normally "
@ -450,8 +451,16 @@ namespace Exiv2 {
"field; e.g., \"Copyright, John Smith, 19xx. All rights " "field; e.g., \"Copyright, John Smith, 19xx. All rights "
"reserved.\". In this standard the field records both the " "reserved.\". In this standard the field records both the "
"photographer and editor copyrights, with each recorded in a " "photographer and editor copyrights, with each recorded in a "
"separate part of the statement. When the field " "separate part of the statement. When there is a clear distinction "
"is left blank, it is treated as unknown."), "between the photographer and editor copyrights, these are to be "
"written in the order of photographer followed by editor copyright, "
"separated by NULL (in this case since the statement also ends with "
"a NULL, there are two NULL codes). When only the photographer "
"copyright is given, it is terminated by one NULL code . When only "
"the editor copyright is given, the photographer copyright part "
"consists of one space followed by a terminating NULL code, then "
"the editor copyright is given. When the field is left blank, it is "
"treated as unknown."),
ifd0Id, otherTags, asciiString, print0x8298), ifd0Id, otherTags, asciiString, print0x8298),
TagInfo(0x8649, "ImageResources", N_("Image Resources Block"), TagInfo(0x8649, "ImageResources", N_("Image Resources Block"),
N_("Contains information embedded by the Adobe Photoshop application"), N_("Contains information embedded by the Adobe Photoshop application"),

Loading…
Cancel
Save