Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For Sony and Canon Raw file formats. They are based on the tiff format and have the same magic number data so they are incorrectly classified as tiff images. Defining them as subtypes of tiff solves this issue: ```ruby Marcel::MimeType.for Pathname.new("/Users/afcapel/Downloads/RAW_SONY_ILCE-7M2.ARW"), name: "/Users/afcapel/Downloads/RAW_SONY_ILCE-7M2.ARW" => "image/x-raw-sony" ```
- Loading branch information