From 4ad718a1ed38aa1db1e03a5a47c56371f71e549f Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Tue, 8 Oct 2019 15:02:09 +0800 Subject: [PATCH] Update the readme about the AVIF format coder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7d08627..6199e699 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ We support SwiftUI by building with the functions (caching, loading and animatio - [SDWebImageHEIFCoder](https://github.com/SDWebImage/SDWebImageHEIFCoder) - coder to support HEIF image without Apple's `Image/IO framework`, iOS 8+/macOS 10.10+ support. - [SDWebImageBPGCoder](https://github.com/SDWebImage/SDWebImageBPGCoder) - coder for BPG format - [SDWebImageFLIFCoder](https://github.com/SDWebImage/SDWebImageFLIFCoder) - coder for FLIF format +- [SDWebImageAVIFCoder](https://github.com/SDWebImage/SDWebImageAVIFCoder) - coder for AVIF (AV1-based) format - and more from community! #### Loaders