Open dkam opened 1 year ago
It looks like it's in Apache Tika already - I guess the tables just need regenerating and new version pushed?
I've cloned Marcel and created a branch with the updates - happy to create a pull request.
Would love to see this merged
Steps to reproduce
Download a JXL ( EG from here )
Run
Marcel::MimeType.for Pathname.new('logo.jxl')
orMarcel::MimeType.for(File.read('logo.jxl'))
Expected result
The correct mime type is 'image/jxl'
Actual behaviour
The mime type 'application/octet-stream' is returned.