[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:27 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=3e6d0cf

The following commit has been merged in the master branch:
commit 3e6d0cf60d4ea519fa3e94cc08f45d2e031cc7f6
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Apr 27 11:19:15 2016 +0000

    #1180.  Thanks to D Anderson for reporting this an providing the patch.
---
 src/tags.cpp | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/tags.cpp b/src/tags.cpp
index e913651..cc2f1fb 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -1395,6 +1395,16 @@ namespace Exiv2 {
                 ifd0Id, dngTags, tiffDouble, -1, printValue), // DNG tag
 
         ////////////////////////////////////////
+        // CDNG #1180
+        TagInfo(0xc61e, "DefaultScale", N_("Default Scale"),
+                N_("DefaultScale is required for cameras with non-square pixels. It "
+                   "specifies the default scale factors for each direction to convert "
+                   "the image to square pixels. Typically these factors are selected "
+                   "to approximately preserve total pixel count. For CFA images that "
+                   "use CFALayout equal to 2, 3, 4, or 5, such as the Fujifilm SuperCCD, "
+                   "these two values should usually differ by a factor of 2.0."),
+                ifd0Id, dngTags, unsignedRational, 2, printValue), // DNG tag
+
         // http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/cinemadng/pdfs/CinemaDNG_Format_Specification_v1_1.pdf
         TagInfo(0xc763, "TimeCodes", N_("TimeCodes"),
                 N_("The optional TimeCodes tag shall contain an ordered array of time codes. "

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list