From 4d3c398ee13c19fba6818e8f27d64a7077211de8 Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Fri, 21 Sep 2007 08:27:27 +0000 Subject: [PATCH] new Exif Flash values backported from ExifTool --- src/tags.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tags.cpp b/src/tags.cpp index 8ed49b1c..31794350 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -571,21 +571,26 @@ namespace Exiv2 { { 0x01, N_("Fired") }, { 0x05, N_("Fired, strobe return light not detected") }, { 0x07, N_("Fired, strobe return light detected") }, + { 0x08, N_("Yes, did not fire") }, { 0x09, N_("Yes, compulsory") }, { 0x0d, N_("Yes, compulsory, return light not detected") }, { 0x0f, N_("Yes, compulsory, return light detected") }, { 0x10, N_("No, compulsory") }, + { 0x14, N_("No, did not fire, return not detected") }, { 0x18, N_("No, auto") }, { 0x19, N_("Yes, auto") }, { 0x1d, N_("Yes, auto, return light not detected") }, { 0x1f, N_("Yes, auto, return light detected") }, { 0x20, N_("No flash function") }, + { 0x20, N_("No, no flash function") }, { 0x41, N_("Yes, red-eye reduction") }, { 0x45, N_("Yes, red-eye reduction, return light not detected") }, { 0x47, N_("Yes, red-eye reduction, return light detected") }, { 0x49, N_("Yes, compulsory, red-eye reduction") }, { 0x4d, N_("Yes, compulsory, red-eye reduction, return light not detected") }, { 0x4f, N_("Yes, compulsory, red-eye reduction, return light detected") }, + { 0x50, N_("No, red-eye reduction") }, + { 0x58, N_("No, auto, red-eye reduction") }, { 0x59, N_("Yes, auto, red-eye reduction") }, { 0x5d, N_("Yes, auto, red-eye reduction, return light not detected") }, { 0x5f, N_("Yes, auto, red-eye reduction, return light detected") }