SDWebImageHEIFCoder icon indicating copy to clipboard operation
SDWebImageHEIFCoder copied to clipboard

A SDWebImage coder plugin to support HEIF image without Apple's Image/IO framework

Results 2 SDWebImageHEIFCoder issues
Sort by recently updated
recently updated
newest added

After decoding the HEIC picture with this library, all the meta information is lost. I wonder if other information except the rotation field can be retained? After reviewing the [libheif](https://github.com/strukturag/libheif)...

bug

AVIF is a [AV1](https://en.wikipedia.org/wiki/AV1) codec based HEIF container. The spec is here: https://aomediacodec.github.io/av1-avif/ Current third-party HEIF decoder libheif does not support this format natively. But however, it's a future format...

feature