changeset 325:a0fcd4934266

Only display defined exif tags by default.
author zas_
date Sat, 12 Apr 2008 07:09:19 +0000
parents 6c2cf2f12b0d
children 509b84801d66
files src/bar_exif.c
diffstat 1 files changed, 20 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/src/bar_exif.c	Sat Apr 12 07:00:14 2008 +0000
+++ b/src/bar_exif.c	Sat Apr 12 07:09:19 2008 +0000
@@ -28,26 +28,26 @@
 #define BAR_EXIF_DATA_COLUMN_WIDTH 250
 
 ExifUI ExifUIList[]={
-	{ 0, 0, EXIF_UI_ON,    "fCamera"},
-	{ 0, 0, EXIF_UI_ON,    "fDateTime"},
-	{ 0, 0, EXIF_UI_ON,    "fShutterSpeed"},
-	{ 0, 0, EXIF_UI_ON,    "fAperture"},
-	{ 0, 0, EXIF_UI_IFSET, "fExposureBias"},
-	{ 0, 0, EXIF_UI_IFSET, "fISOSpeedRating"},
-	{ 0, 0, EXIF_UI_ON,    "fFocalLength"},
-	{ 0, 0, EXIF_UI_IFSET, "fFocalLength35mmFilm"},
-	{ 0, 0, EXIF_UI_ON,    "fFlash"},
-	{ 0, 0, EXIF_UI_IFSET, "fSubjectDistance"},
-	{ 0, 0, EXIF_UI_IFSET, "Exif.Photo.ExposureProgram"},
-	{ 0, 0, EXIF_UI_IFSET, "Exif.Photo.MeteringMode"},
-	{ 0, 0, EXIF_UI_IFSET, "Exif.Photo.LightSource"},
-	{ 0, 0, EXIF_UI_IFSET, "Exif.Photo.ColorSpace"},
-	{ 0, 0, EXIF_UI_IFSET, "fSubjectDistance"},
-	{ 0, 0, EXIF_UI_OFF,   "fResolution"},
-	{ 0, 0, EXIF_UI_IFSET, "Exif.Image.Orientation"},
-	{ 0, 0, EXIF_UI_IFSET, "Exif.Image.ImageDescription"},
-	{ 0, 0, EXIF_UI_IFSET, "Exif.Image.Copyright"},
-	{ 0, 0, EXIF_UI_OFF,   NULL}
+	{ 0, 0, EXIF_UI_IFSET,	"fCamera"},
+	{ 0, 0, EXIF_UI_IFSET,	"fDateTime"},
+	{ 0, 0, EXIF_UI_IFSET,	"fShutterSpeed"},
+	{ 0, 0, EXIF_UI_IFSET,	"fAperture"},
+	{ 0, 0, EXIF_UI_IFSET,	"fExposureBias"},
+	{ 0, 0, EXIF_UI_IFSET,	"fISOSpeedRating"},
+	{ 0, 0, EXIF_UI_IFSET,	"fFocalLength"},
+	{ 0, 0, EXIF_UI_IFSET,	"fFocalLength35mmFilm"},
+	{ 0, 0, EXIF_UI_IFSET,	"fFlash"},
+	{ 0, 0, EXIF_UI_IFSET,	"fSubjectDistance"},
+	{ 0, 0, EXIF_UI_IFSET,	"Exif.Photo.ExposureProgram"},
+	{ 0, 0, EXIF_UI_IFSET,	"Exif.Photo.MeteringMode"},
+	{ 0, 0, EXIF_UI_IFSET,	"Exif.Photo.LightSource"},
+	{ 0, 0, EXIF_UI_IFSET,	"Exif.Photo.ColorSpace"},
+	{ 0, 0, EXIF_UI_IFSET,	"fSubjectDistance"},
+	{ 0, 0, EXIF_UI_IFSET,	"fResolution"},
+	{ 0, 0, EXIF_UI_IFSET,	"Exif.Image.Orientation"},
+	{ 0, 0, EXIF_UI_IFSET,	"Exif.Image.ImageDescription"},
+	{ 0, 0, EXIF_UI_IFSET,	"Exif.Image.Copyright"},
+	{ 0, 0, EXIF_UI_OFF,	NULL}
 };