We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would you be open to add HEIF support? Nowadays many images are in this format (the most I've seen are coming from Apple devices)
The image library has recently added support for the HEIF magic numbers in elixir-image/image@3face19.
image
For further info, there's a good documentation here: https://nokiatech.github.io/heif/technical.html
The text was updated successfully, but these errors were encountered:
Here is the code in libheif that parses the size of an image: https://github.com/strukturag/libheif/blob/950936d8425283dac1b95e6461bad40bb621c53c/libheif/context.cc#L172
libheif
Sorry, something went wrong.
Sure, PRs are welcomed :)
Successfully merging a pull request may close this issue.
Would you be open to add HEIF support? Nowadays many images are in this format (the most I've seen are coming from Apple devices)
The
image
library has recently added support for the HEIF magic numbers in elixir-image/image@3face19.For further info, there's a good documentation here: https://nokiatech.github.io/heif/technical.html
The text was updated successfully, but these errors were encountered: