From a06f2f00f9a1ca974753b7c99b2e2f4d8db236b1 Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Sun, 11 Mar 2007 10:48:32 +0000 Subject: [PATCH] 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. --- src/tags.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tags.cpp b/src/tags.cpp index 7b9762f9..91aac387 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -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