https://bugs.kde.org/show_bug.cgi?id=441698

--- Comment #37 from Yaroslav Sidlovsky <zawer...@gmail.com> ---
Also I've applied this patch to fix opening of Sony RAW files:
```
diff --git a/lib/mimetypeutils.cpp b/lib/mimetypeutils.cpp
index 3eb2c157..9780cc8a 100644
--- a/lib/mimetypeutils.cpp
+++ b/lib/mimetypeutils.cpp
@@ -74,6 +74,7 @@ static inline QStringList rawMimeTypes()
QStringLiteral("image/x-pentax-pef"),
QStringLiteral("image/x-adobe-dng"),
QStringLiteral("image/x-sony-arw"),
+        QStringLiteral("image/x-sony-sr2"),
QStringLiteral("image/x-minolta-mrw"),
QStringLiteral("image/x-panasonic-raw"),
QStringLiteral("image/x-panasonic-raw2"),
```

You can download RAW-file examples here:
https://rawsamples.ch/index.php/en/sony.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to