parent
c46e800c0a
commit
dcfe538a09
@ -350,7 +350,6 @@ namespace Action {
|
||||
printTag(exifData, Exiv2::whiteBalance , _("White balance") );
|
||||
printTag(exifData, "Exif.Image.Copyright" , _("Copyright") );
|
||||
printTag(exifData, "Exif.Photo.UserComment" , _("Exif comment") );
|
||||
printTag(exifData, "Exif.Image.Artist" , _("Artist") );
|
||||
|
||||
std::cout << std::endl;
|
||||
|
||||
|
||||
@ -1997,8 +1997,6 @@ namespace Exiv2 {
|
||||
{ 0x0128, ifd0Id }, // Exif.Image.ResolutionUnit
|
||||
{ 0x0129, ifd0Id }, // Exif.Image.PageNumber
|
||||
{ 0x012d, ifd0Id }, // Exif.Image.TransferFunction
|
||||
{ 0x0132, ifd0Id }, // Exif.Image.DateTime
|
||||
{ 0x013b, ifd0Id }, // Exif.Image.Artist
|
||||
{ 0x013d, ifd0Id }, // Exif.Image.Predictor
|
||||
{ 0x013e, ifd0Id }, // Exif.Image.WhitePoint
|
||||
{ 0x013f, ifd0Id }, // Exif.Image.PrimaryChromaticities
|
||||
|
||||
Loading…
Reference in New Issue
Block a user