SDWebImage / SDWebImageAVIFCoder

A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image
MIT License
55 stars 14 forks source link

Feature support avifs animation #31

Closed dreampiggy closed 3 years ago

dreampiggy commented 3 years ago

This PR based on libavif codec support for AVIFS animated image:

AVIFS: https://aomediacodec.github.io/av1-avif

tools to convert: https://gif2avif.com/

Like this one: https://github.com/link-u/avif-sample-images/raw/master/star-12bpc-with-alpha.avifs

TODO: libavif is suppporting the Progressive AVIF, see: https://github.com/AOMediaCodec/libavif/pull/640 Once they release the new version, this AVIFCoder App will add the support as well.