SDWebImage / SDWebImageAVIFCoder

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

Feature: Support thumbnail decoding for AVIF static/animated image #52

Closed dreampiggy closed 1 year ago

dreampiggy commented 1 year ago

This close #49 Currently use +[SDImageCoderHelper CGImageCreateScaled] to scale down, which is not performent but works.

May opt in the future

Next to complete: