Skip to content

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Aug 21, 2019
1 parent 1ee4979 commit 376d7cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ This AVIF coder plugin currently support AVIF still image **decoding**. Includin

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

Note: AVIF image spec is still in evolve. And the current upstream AVIF codec is a simple implementation. The encoding time may be long for large images.
## Note

Since AVIF is AV1-based inside HEIF image container. In the future, this repo may moved to existing HEIF coder plugin [SDWebImageHEIFCoder](https://github.com/SDWebImage/SDWebImageHEIFCoder) instead.
AVIF image spec is still in evolve. And the current upstream AVIF codec is a simple implementation. The encoding time may be long for large images.

Since we relay on the codec part libavif. We may periodically update the dependency and bump version. Make sure you're using the latest version as possible as you can :)

## Requirements

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.2.1'
s.version = '0.3.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.2.1</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>0.2.1</string>
<string>0.3.0</string>
</dict>
</plist>

0 comments on commit 376d7cd

Please sign in to comment.