Skip to content

Commit f73ed4d

Browse files
committed
Update the readme, bumped version to 0.5.0
1 parent b731e9d commit f73ed4d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
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.
1313

14-
This AVIF coder plugin currently support AVIF still image **decoding**. Including alpha channel, as well as 10bit/12bit HDR images.
14+
This AVIF coder plugin currently support AVIF still image **decoding**. Including alpha channel, as well as 10bit/12bit/16bit HDR images.
1515

1616
The AVIF encoding is also supported now. Which always encode as 8-bit depth images.
1717

@@ -47,6 +47,13 @@ From v0.4.3, libavif can built with rav1e. For CocoaPods user, you can simply us
4747

4848
Note rav1e currently only support iOS && macOS. watchOS and tvOS supports need Rust community upstream support.
4949

50+
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.
51+
52+
```bash
53+
brew install git-lfs
54+
git lfs install
55+
```
56+
5057
## Requirements
5158

5259
+ iOS 8
@@ -141,6 +148,10 @@ You can also try using [avif.js](https://kagami.github.io/avif.js/) to view it o
141148

142149
DreamPiggy, [email protected]
143150

151+
## Contributor
152+
153+
154+
144155
## License
145156

146157
SDWebImageAVIFCoder is available under the MIT license. See the LICENSE file for more info.

SDWebImageAVIFCoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageAVIFCoder'
11-
s.version = '0.4.2'
11+
s.version = '0.5.0'
1212
s.summary = 'A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image'
1313

1414
# This description is used to generate tags and improve search results.

SDWebImageAVIFCoder/Module/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.2</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.4.2</string>
20+
<string>0.5.0</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)