Imaging.Heif icon indicating copy to clipboard operation
Imaging.Heif copied to clipboard

A C#/.NET wrapper around libheif for decoding and processing high efficiency image formats (heif, heic).

Results 20 Imaging.Heif issues
Sort by recently updated
recently updated
newest added

## Description Compile project for use on Android devices

Currently the only constructor is `new HeifImage()` however my use-case is to process an image downloaded via HTTP, so I only have access to the image bytes. Would it be...

If I pass an invalid or corrupt heic file to the HeifImage constructor, an exception is thrown without closing the file. If I try to delete the file I get...

Hi, Thanks for bringing this great and simple to use library to the public. It would be really nice to have a way to know image orientation (and even better...

## Description The preview builds aren't working the way that I originally wanted. I think it will be better to remove all the "-dev.#" builds from our pipelines but leave...

⚙ DevOps

## Description @kenny-sellers built https://github.com/FileOnQ/action-release-notes which this project needs to start using for release notes.

⚙ DevOps

## Description When decoding and writing images to jpeg libheif performs a conversion from the native colorspace and chroma to the expected YUV (colorspace) and 420 (chroma). This operation takes...

🔧 Native
difficult
🏎 Performance

## Description Compile project for use in Web Assembly (WASM) projects. We should test this with Blazor and Uno Platform WASM

## Description Compile project for use on iOS devices

## Description Compile project for use on Windows ARM64