diff --git a/README.md b/README.md index b07b8a1..2050302 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SDWebImageAVIFCoder.podspec b/SDWebImageAVIFCoder.podspec index b21755a..e889d5d 100644 --- a/SDWebImageAVIFCoder.podspec +++ b/SDWebImageAVIFCoder.podspec @@ -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. diff --git a/SDWebImageAVIFCoder/Module/Info.plist b/SDWebImageAVIFCoder/Module/Info.plist index 6488c96..e112a24 100644 --- a/SDWebImageAVIFCoder/Module/Info.plist +++ b/SDWebImageAVIFCoder/Module/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.1 + 0.3.0 CFBundleVersion - 0.2.1 + 0.3.0