[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:14 UTC 2017


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

The following commit has been merged in the master branch:
commit 176e71e4998017b82ad1b64320b78c53640c2d50
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Apr 8 02:57:46 2010 +0000

    Added further TIFF image tags (from Adobe TIFF&PM6 and TIFF/EP specs).
---
 src/tiffimage.cpp | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp
index 4b00fc7..3a3b07f 100644
--- a/src/tiffimage.cpp
+++ b/src/tiffimage.cpp
@@ -1692,6 +1692,11 @@ namespace Exiv2 {
             { 0x0154, Group::ifd0 }, // Exif.Image.SMinSampleValue
             { 0x0155, Group::ifd0 }, // Exif.Image.SMaxSampleValue
             { 0x0156, Group::ifd0 }, // Exif.Image.TransferRange
+            { 0x0157, Group::ifd0 }, // Exif.Image.ClipPath
+            { 0x0158, Group::ifd0 }, // Exif.Image.XClipPathUnits
+            { 0x0159, Group::ifd0 }, // Exif.Image.YClipPathUnits
+            { 0x015a, Group::ifd0 }, // Exif.Image.Indexed
+            { 0x015b, Group::ifd0 }, // Exif.Image.JPEGTables
             { 0x0200, Group::ifd0 }, // Exif.Image.JPEGProc
             { 0x0201, Group::ifd0 }, // Exif.Image.JPEGInterchangeFormat
             { 0x0202, Group::ifd0 }, // Exif.Image.JPEGInterchangeFormatLength
@@ -1702,9 +1707,16 @@ namespace Exiv2 {
             { 0x0208, Group::ifd0 }, // Exif.Image.JPEGDCTables
             { 0x0209, Group::ifd0 }, // Exif.Image.JPEGACTables
             { 0x0211, Group::ifd0 }, // Exif.Image.YCbCrCoefficients
-            { 0x0212, Group::ifd0 }, // Exif.Image.YCbCSubSampling
+            { 0x0212, Group::ifd0 }, // Exif.Image.YCbCrSubSampling
             { 0x0213, Group::ifd0 }, // Exif.Image.YCbCrPositioning
             { 0x0214, Group::ifd0 }, // Exif.Image.ReferenceBlackWhite
+            { 0x828d, Group::ifd0 }, // Exif.Image.CFARepeatPatternDim
+            { 0x828e, Group::ifd0 }, // Exif.Image.CFAPattern
+            { 0x8773, Group::ifd0 }, // Exif.Image.InterColorProfile
+            { 0x8824, Group::ifd0 }, // Exif.Image.SpectralSensitivity
+            { 0x8828, Group::ifd0 }, // Exif.Image.OECF
+            { 0x9102, Group::ifd0 }, // Exif.Image.CompressedBitsPerPixel
+            { 0x9217, Group::ifd0 }, // Exif.Image.SensingMethod
         };
 
         if (!hasImageTags_) {

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list