From 58044f9feb2fede9a0c3ee7a6f5f8236f7e813d1 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Wed, 16 May 2012 15:01:20 +0000 Subject: [PATCH] #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 dfeb0e17..51f02e82 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" },