[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=3ecfd52
The following commit has been merged in the master branch:
commit 3ecfd5220e95c1c5c27ca3adaca1d61707a46acb
Author: Robin Mills <robin at clanmills.com>
Date: Wed Apr 27 14:46:05 2016 +0000
#1180. Reverting r4291 as it is not required. DefaultScale was adding in r1546 by Andreas in 2008.
---
src/tags.cpp | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/src/tags.cpp b/src/tags.cpp
index cc2f1fb..e913651 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -1395,16 +1395,6 @@ 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