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

v0.27.3
Andreas Huggel 15 years ago
parent 5e02eaee32
commit c9bf9bb52a

@ -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

Loading…
Cancel
Save