Does anybody know if MAUI has a utility or package for handling HEIF image format?

dg2k 1,386 Reputation points
2023-05-11T11:39:16.93+00:00

High Efficiency Image File Format (HEIF) is a new container format for storing digital images and increasingly replacing the JPEG format. As JPEG is still in use, there is usually the need to convert from HEIF to JPEG format.
I looked around for utilities to convert from HEIF to JPEG but found none for MAUI programming. The NuGet packages I found use custom external DLL files which I find not suited to MAUI programming.

Any tips as to how to handle HEIF to JPEG under MAUI programming?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,233 questions
{count} votes