[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:37:55 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=feaffc2
The following commit has been merged in the master branch:
commit feaffc2130a050eb71983d0f0466d881d50dffc4
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Fri Oct 27 06:43:13 2006 +0000
Exif.Photo.CustomRendered tag : add missing decoding method accordinly to Exif 2.2 spec.
---
src/tags.cpp | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/tags.cpp b/src/tags.cpp
index 413d282..8dd85f2 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -374,6 +374,12 @@ namespace Exiv2 {
{ 1, "Directly photographed" }
};
+ //! exifCustomRendered, tag 0xa401
+ extern const TagDetails exifCustomRendered[] = {
+ { 0, "Normal process" },
+ { 1, "Custom process" }
+ };
+
//! ExposureMode, tag 0xa402
extern const TagDetails exifExposureMode[] = {
{ 0, "Auto" },
@@ -479,7 +485,7 @@ namespace Exiv2 {
TagInfo(0xa300, "FileSource", "File Source", "File source", exifIfdId, captureCond, undefined, EXV_PRINT_TAG(exifFileSource)),
TagInfo(0xa301, "SceneType", "Scene Type", "Scene type", exifIfdId, captureCond, undefined, EXV_PRINT_TAG(exifSceneType)),
TagInfo(0xa302, "CFAPattern", "CFA Pattern", "CFA pattern", exifIfdId, captureCond, undefined, printValue),
- TagInfo(0xa401, "CustomRendered", "Custom Rendered", "Custom image processing", exifIfdId, captureCond, unsignedShort, printValue),
+ TagInfo(0xa401, "CustomRendered", "Custom Rendered", "Custom image processing", exifIfdId, captureCond, unsignedShort, EXV_PRINT_TAG(exifCustomRendered)),
TagInfo(0xa402, "ExposureMode", "Exposure Mode", "Exposure mode", exifIfdId, captureCond, unsignedShort, EXV_PRINT_TAG(exifExposureMode)),
TagInfo(0xa403, "WhiteBalance", "White Balance", "White balance", exifIfdId, captureCond, unsignedShort, EXV_PRINT_TAG(exifWhiteBalance)),
TagInfo(0xa404, "DigitalZoomRatio", "Digital Zoom Ratio", "Digital zoom ratio", exifIfdId, captureCond, unsignedRational, print0xa404),
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list