Added image/x-pentax-pef to the list of recognized TIFF-like images
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user