Skip to content

Commit

Permalink
Update the readme, bumped version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jan 24, 2020
1 parent b731e9d commit f73ed4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageAVIFCoder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions SDWebImageAVIFCoder/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.4.2</string>
<string>0.5.0</string>
<key>CFBundleVersion</key>
<string>0.4.2</string>
<string>0.5.0</string>
</dict>
</plist>

0 comments on commit f73ed4d

Please sign in to comment.