From f73ed4d6f44122b0c20fbe7e6b8d30df585830e6 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 24 Jan 2020 11:04:55 +0800 Subject: [PATCH] Update the readme, bumped version to 0.5.0 --- README.md | 13 ++++++++++++- SDWebImageAVIFCoder.podspec | 2 +- SDWebImageAVIFCoder/Module/Info.plist | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8dc9ab8..15e69ff 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is a [SDWebImage](https://github.com/rs/SDWebImage) coder plugin to add [AV1 Image File Format (AVIF)](https://aomediacodec.github.io/av1-avif/) support. Which is built based on the open-sourced [libavif](https://github.com/AOMediaCodec/libavif) codec. -This AVIF coder plugin currently support AVIF still image **decoding**. Including alpha channel, as well as 10bit/12bit HDR images. +This AVIF coder plugin currently support AVIF still image **decoding**. Including alpha channel, as well as 10bit/12bit/16bit HDR images. The AVIF encoding is also supported now. Which always encode as 8-bit depth images. @@ -47,6 +47,13 @@ From v0.4.3, libavif can built with rav1e. For CocoaPods user, you can simply us Note rav1e currently only support iOS && macOS. watchOS and tvOS supports need Rust community upstream support. +Note that for CocoaPods user, rav1e is prebuilt binary (to avoid developer to install rust toolchain) and hosted on GitHub Git LFS. Make sure you have git-lfs installed. + +```bash +brew install git-lfs +git lfs install +``` + ## Requirements + iOS 8 @@ -141,6 +148,10 @@ You can also try using [avif.js](https://kagami.github.io/avif.js/) to view it o DreamPiggy, lizhuoli1126@126.com +## Contributor + +ledyba-z, ryo.hirafuji@link-u.co.jp + ## License SDWebImageAVIFCoder is available under the MIT license. See the LICENSE file for more info. diff --git a/SDWebImageAVIFCoder.podspec b/SDWebImageAVIFCoder.podspec index 66f575a..7dd36c7 100644 --- a/SDWebImageAVIFCoder.podspec +++ b/SDWebImageAVIFCoder.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SDWebImageAVIFCoder' - s.version = '0.4.2' + s.version = '0.5.0' s.summary = 'A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image' # This description is used to generate tags and improve search results. diff --git a/SDWebImageAVIFCoder/Module/Info.plist b/SDWebImageAVIFCoder/Module/Info.plist index 98ff61d..82278c7 100644 --- a/SDWebImageAVIFCoder/Module/Info.plist +++ b/SDWebImageAVIFCoder/Module/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4.2 + 0.5.0 CFBundleVersion - 0.4.2 + 0.5.0