-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the readme, bumped version to 0.5.0
- Loading branch information
1 parent
b731e9d
commit f73ed4d
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, [email protected] | ||
|
||
## Contributor | ||
|
||
ledyba-z, [email protected] | ||
|
||
## License | ||
|
||
SDWebImageAVIFCoder is available under the MIT license. See the LICENSE file for more info. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters