HEIC/HEIF support? #670
-
The documentation says "Magick.NET is linked with ImageMagick 7" and ImageMagick 7 claims to support HEIC. I can't seem to open any of HEIC/HEIF samples I have (perfectly readable by IrfanView):
What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Can also add that the following ImageMagick opens them fine:
|
Beta Was this translation helpful? Give feedback.
-
The message |
Beta Was this translation helpful? Give feedback.
The message
'no encode delegate for this image format HEIC'
means that you cannot encode the image as a HEIC image. You can read the image as a HEIC image but you cannot write it as an HEIC image. You will need to use a different output format.