From 725ec9478edffdba7f6677d5dd54db48bed962e7 Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Mon, 31 May 2010 14:10:20 +0000 Subject: [PATCH] more WB mode --- src/sonymn.cpp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/sonymn.cpp b/src/sonymn.cpp index 31c016b5..d6a546e5 100644 --- a/src/sonymn.cpp +++ b/src/sonymn.cpp @@ -165,10 +165,17 @@ namespace Exiv2 { //! Lookup table to translate Sony WB values to readable labels extern const TagDetails sonyWhiteBalance[] = { - { 0, N_("Auto") }, - { 4, N_("Manual") }, - { 5, N_("Daylight") }, - { 14, N_("Incandescent") } + { 0, N_("Auto") }, + { 4, N_("Manual") }, + { 5, N_("Daylight") }, + { 6, N_("Cloudy") }, + { 7, N_("White Flourescent") }, + { 8, N_("Cool White Flourescent") }, + { 9, N_("Day White Flourescent") }, + { 14, N_("Incandescent") }, + { 15, N_("Flash") }, + { 17, N_("Underwater 1 (Blue Water)") }, + { 18, N_("Underwater 2 (Green Water)") } }; //! Lookup table to translate Sony AF mode values to readable labels