Skip to content
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

Add HEIF/HEIC mime types #6

Open
bgarel opened this issue Nov 21, 2019 · 1 comment
Open

Add HEIF/HEIC mime types #6

bgarel opened this issue Nov 21, 2019 · 1 comment

Comments

@bgarel
Copy link

bgarel commented Nov 21, 2019

HEIF is the new image format that is now preferred and official in iOS 11 and macOS 10.13. Please add

  • image/heif => heif
  • image/heic => heic

https://www.iana.org/assignments/media-types/media-types.xhtml

@hey-red
Copy link
Owner

hey-red commented Nov 21, 2019

Thanks for link, I'm try to add it as additional source.
However, you can add this to your app like this:

MimeTypesMap.AddOrUpdate("image/heif", "heif");
MimeTypesMap.AddOrUpdate("image/heic", "heic");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants