From c9bf9bb52a94a7ab1a9330a2432f0bfbcc136e01 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 25 Oct 2010 13:16:04 +0000 Subject: [PATCH] Added image/x-pentax-pef to the list of recognized TIFF-like images --- src/tiffimage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp index bf0da31d..66db69f8 100644 --- a/src/tiffimage.cpp +++ b/src/tiffimage.cpp @@ -93,7 +93,8 @@ namespace Exiv2 { MimeTypeList mimeTypeList[] = { { 32770, "image/x-samsung-srw" }, - { 34713, "image/x-nikon-nef" } + { 34713, "image/x-nikon-nef" }, + { 65535, "image/x-pentax-pef" } }; std::string TiffImage::mimeType() const