[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:38:46 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=5fd82ff
The following commit has been merged in the master branch:
commit 5fd82ff41fa233a7f637d4dd95745ee9c6a9d74c
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Fri Sep 28 08:36:16 2007 +0000
Xmp.exif.ColorSpace == 2 ==> AdobeRgb as standard Exif tag (from ExifTool DB)
---
src/properties.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/properties.cpp b/src/properties.cpp
index 424ad67..087f5df 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -438,6 +438,7 @@ namespace Exiv2 {
//! exif:ColorSpace
extern const TagDetails xmpExifColorSpace[] = {
{ 1, N_("sRGB") },
+ { 2, N_("Adobe RGB") }, // Not defined to Exif 2.2 spec. But used by a lot of cameras.
{ 65535, N_("uncalibrated") }
};
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list