Reading multiple images within HEIC

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
rubenralc
Posts: 1
Joined: 2018-11-22T01:08:41-07:00
Authentication code: 1152

Reading multiple images within HEIC

Post by rubenralc »

Hello,

My team an I are considering Magick.NET as library to work with images. The main doubt we have at this moment is if Magick.NET can extract every image within an HEIC file, to process them separately?

I've been searching for some examples, but I did not find any.

Thank you very much
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Reading multiple images within HEIC

Post by dlemstra »

Reading multiple images within a HEIC image is currently not yet supported, see: https://github.com/ImageMagick/ImageMagick/issues/1391.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply