|
|
@ -225,6 +225,10 @@ namespace Exiv2 {
|
|
|
|
|
|
|
|
|
|
|
|
//! Base IFD Tags (IFD0 and IFD1)
|
|
|
|
//! Base IFD Tags (IFD0 and IFD1)
|
|
|
|
static const TagInfo ifdTagInfo[] = {
|
|
|
|
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"),
|
|
|
|
TagInfo(0x00fe, "NewSubfileType", N_("New Subfile Type"),
|
|
|
|
N_("A general indication of the kind of data contained in this subfile."),
|
|
|
|
N_("A general indication of the kind of data contained in this subfile."),
|
|
|
|
ifd0Id, imgStruct, unsignedLong, EXV_PRINT_TAG(exifNewSubfileType)), // TIFF tag
|
|
|
|
ifd0Id, imgStruct, unsignedLong, EXV_PRINT_TAG(exifNewSubfileType)), // TIFF tag
|
|
|
|