[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:21 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=b65e6ba
The following commit has been merged in the master branch:
commit b65e6baec86154d49e434fe3b17f074193e0162f
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Thu Apr 15 11:20:05 2010 +0000
print Antiblur
---
src/sonymn.cpp | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index 359427b..9a41828 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -124,14 +124,14 @@ namespace Exiv2 {
{ 17, N_("Night View/Portrait") }
};
- //! Lookup table to translate Sony zone matching values
+ //! Lookup table to translate Sony zone matching values to readable labels
extern const TagDetails sonyZoneMatching[] = {
{ 0, N_("ISO Setting Used") },
{ 1, N_("High Key") },
{ 2, N_("Low Key") }
};
- //! Lookup table to translate Sony dynamic range optimizer values
+ //! Lookup table to translate Sony dynamic range optimizer values to readable labels
extern const TagDetails sonyDynamicRangeOptimizer[] = {
{ 0, N_("Off") },
{ 1, N_("Standard ") },
@@ -177,6 +177,14 @@ namespace Exiv2 {
{ 1, N_("Fine") }
};
+ //! Lookup table to translate Sony anti-blur values to readable labels
+ extern const TagDetails sonyAntiBlur[] = {
+ { 0, N_("Off") },
+ { 1, N_("On (Continuous)") },
+ { 2, N_("On (Shooting)") },
+ { 65535, N_("Not Applicable") }
+ };
+
// Sony MakerNote Tag Info
const TagInfo SonyMakerNote::tagInfo_[] = {
@@ -294,12 +302,9 @@ namespace Exiv2 {
TagInfo(0xb047, "Quality", N_("Quality"),
N_("Quality"),
sonyIfdId, makerTags, unsignedShort, EXV_PRINT_TAG(sonyQuality)),
-
- // TODO
TagInfo(0xb04b, "AntiBlur", N_("Anti-Blur"),
N_("Anti-Blur"),
- sonyIfdId, makerTags, unsignedShort, printValue),
-
+ sonyIfdId, makerTags, unsignedShort, EXV_PRINT_TAG(sonyAntiBlur)),
TagInfo(0xb04e, "LongExposureNoiseReduction", N_("Long Exposure Noise Reduction"),
N_("Long Exposure Noise Reduction"),
sonyIfdId, makerTags, unsignedShort, printMinoltaSonyBoolValue),
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list