-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVG images not recogniced #37
Comments
- Adding #37 SVG images (thanks to Gerhard Schmidt) - Adding missing mimetypes for aac, vmdk, wmv and xcf
Thanks for the heads up! SVG was missing entirely, and probably because most regular magic number indexes don't include it as it's variable (it's just an XML file.) I have include the lookup for three common places I have seen it. If you happen to come across one that doesn't match, please open the file in a text editor and just reply to this thrad with the part up to For example one I found was:
Would just need:
And of course now thinking about it probably just easier to add a footer lookup for Added in 1.12 |
SVG images return mime_type='video/x-ms-asf'
The text was updated successfully, but these errors were encountered: