diff src/bar_exif.c @ 181:c01dd7c9c7dc

unified tag names between exiv2 and internal rxif parser
author nadvornik
date Wed, 13 Feb 2008 19:31:50 +0000
parents 37004d5a584a
children 8a417f10ba09
line wrap: on
line diff
--- a/src/bar_exif.c	Wed Feb 13 17:47:55 2008 +0000
+++ b/src/bar_exif.c	Wed Feb 13 19:31:50 2008 +0000
@@ -32,18 +32,18 @@
 	"fDateTime",
 	"fShutterSpeed",
 	"fAperture",
-	"ExposureProgram",
+	"Exif.Photo.ExposureProgram",
 	"fExposureBias",
 	"fISOSpeedRating",
 	"fFocalLength",
 	"fSubjectDistance",
-	"MeteringMode",
+	"Exif.Photo.MeteringMode",
 	"fFlash",
-	"LightSource",
+	"Exif.Photo.LightSource",
 	"fResolution",
-	"Orientation",
-	"ImageDescription",
-	"Copyright" */
+	"Exif.Image.Orientation",
+	"Exif.Image.ImageDescription",
+	"Exif.Image.Copyright" */
 };
 
 const gchar **bar_exif_key_list = bar_exif_key_list_real;