6 packages tagged with “libheif”
This package contains native libheif binaries
Provides .NET bindings for libheif. Features: * Supports decoding * Top-level images * Thumbnails * Depth images * Vendor-specific auxiliary images * Supports encoding * Top-level images * Thumbnails * Supports reading and writing meta-data Requirements: The libheif shared library must be named `libheif` in order for it to be found by P/Invoke. On some platforms a DllImportResolver can be used to customize the loading of the `libheif` native library. See `LibHeifSharpDllImportResolver.cs` in the libheif-sharp-samples repository for an example of this. The minimum supported libheif version is 1.9.0.
HEIF/AVIF decoder for ImageSharp
A C#/.NET wrapper around libheif for decoding and processing high efficiency image format (heif, heic). FileOnQ.Imaging.Heif provides all the tools needed to easily convert heif files to jpeg and handle various processing algorithms. All native binaries are included in NuGet package, see README.md for current supported runtime identifiers.