new tag used to record the software name and version used to perform picture post-processing (originaly used by ACDsee).

This tag is already supported by ExifTool. Note : I will use this tag with digiKam and kipi-plugins.
v0.27.3
HumanDynamo 19 years ago
parent 7f4fa73d8f
commit a06f2f00f9

@ -225,6 +225,10 @@ namespace Exiv2 {
//! Base IFD Tags (IFD0 and IFD1)
static const TagInfo ifdTagInfo[] = {
TagInfo(0x000b, "ProcessingSoftware", N_("Processing Software"),
N_("This tag records the name and version of the software witch have "
"post-processed picture."), // ACD Systems Digital Imaging tag
ifd0Id, otherTags, asciiString, printValue),
TagInfo(0x00fe, "NewSubfileType", N_("New Subfile Type"),
N_("A general indication of the kind of data contained in this subfile."),
ifd0Id, imgStruct, unsignedLong, EXV_PRINT_TAG(exifNewSubfileType)), // TIFF tag

Loading…
Cancel
Save