iPhone HEIC images fail to load
See original GitHub issueHi Dirk,
Many thanks for providing the browser-based documentation. Thanks to it, I was finally able to start working on my project. The initial version of the documentation did not contain an example for working with user-provided images, so I added that functionality myself. Unfortunately, the page errors out when I try to load a HEIC photo I took with an iPhone.
That was maybe a month ago. When I went to check the documentation again this morning, I saw that you added the image upload functionality to the repo in the meantime, however it also fails to load iPhone HEIC photos (although it does not throw any error in the console like my code does, the image doesn’t get rendered).
Is this a known limitation of magick-wasm
? I was hoping that it would be able to work with HEIC photos thanks to libheif
. I can load example.heic
image from libheif without any issue, but other heic photos just won’t render with magick-wasm
, even though they render fine on libheif’s online demo page.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top GitHub Comments
I already suspected this when I created this message but it turns out the for the heif library multi threading was enabled but this is not supported. I will need to make a change for this in the Magick.Native library but I was already able to seen the snowy picture that was posted by @jankais3r. This issue will be resolved in the next release.
Managed to get a bit more info by creating a debug build. And I am getting the following output: