Added image/x-pentax-pef to the list of recognized TIFF-like images

This commit is contained in:
Andreas Huggel
2010-10-25 13:16:04 +00:00
parent 5e02eaee32
commit c9bf9bb52a
+2 -1
View File
@@ -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