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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:07 UTC 2017


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

The following commit has been merged in the master branch:
commit 58044f9feb2fede9a0c3ee7a6f5f8236f7e813d1
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed May 16 15:01:20 2012 +0000

    #819: Added the PentaxDng Preview image to the tags potentially stripped when encoding the Exif metadata for JPEG (related to #820).
---
 src/exif.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/exif.cpp b/src/exif.cpp
index dfeb0e1..51f02e8 100644
--- a/src/exif.cpp
+++ b/src/exif.cpp
@@ -752,6 +752,9 @@ namespace Exiv2 {
             { pttLen, "Exif.Pentax.PreviewLength"                     },
             { pttTag, "Exif.Pentax.PreviewOffset"                     },
             { pttTag, "Exif.Pentax.PreviewResolution"                 },
+            { pttLen, "Exif.PentaxDng.PreviewLength"                  },
+            { pttTag, "Exif.PentaxDng.PreviewOffset"                  },
+            { pttTag, "Exif.PentaxDng.PreviewResolution"              },
             { pttLen, "Exif.SamsungPreview.JPEGInterchangeFormatLength" },
             { pttIfd, "SamsungPreview"                                },
             { pttLen, "Exif.Thumbnail.StripByteCounts"                },

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list