From 7f4fa73d8fccce625d7409c7b4124581ba51e69d Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Fri, 9 Mar 2007 00:12:50 +0000 Subject: [PATCH] I have playing with M$ photo manager under Window Vista. I have found 2 new Exif.Image tags dedicaced to rate image. These tags are already referenced by last ExifTool --- src/tags.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tags.cpp b/src/tags.cpp index 6ac3f7a0..7b9762f9 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -416,6 +416,12 @@ namespace Exiv2 { TagInfo(0x02bc, "XMLPacket", N_("XML Packet"), N_("XMP Metadata (Adobe technote 9-14-02)"), ifd0Id, otherTags, unsignedByte, printValue), + TagInfo(0x4746, "Rating", N_("Windows Rating"), + N_("Rating tag used by Windows"), + ifd0Id, otherTags, unsignedShort, printValue), // Windows Tag + TagInfo(0x4749, "RatingPercent", N_("Windows Rating Percent"), + N_("Rating tag used by Windows, value in percent"), + ifd0Id, otherTags, unsignedShort, printValue), // Windows Tag TagInfo(0x828d, "CFARepeatPatternDim", N_("CFA Repeat Pattern Dimension"), N_("Contains two values representing the minimum rows and columns " "to define the repeating patterns of the color filter array"),