I want to access Image sequence contained in a Heic Container using C#.
In windows 10, the HEIF Image Extensions enables reading (HEIF) files. It is supposed to be extended to WIC to be used by developers if the previously mentioned extension is installed on the device.
Other libraries I found about this topic: - Magick.NET Can only handle a Single image in a HEIC Container. - HEIF-Utility-Native-DLL and HEIF.NET Have the same issue as the one before. - libheif is a C++ Library. I don't know how to use PInvoke even tho i have been trying extensively to understand how it works (I cant read C++)
How can I use my code to check if the extension is Installed? How can I use C# to access Image sequence from a HEIC container? And how can I do the reverce by packing Image sequences into a Heic Container? As an alternative, how could I port this JavaScript to C#, or use it with C# in a project to access Images?