File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Very fast and convinient to use AVIF in android apps with api version 24+. Based
66Correctly handles ICC, and color profiles and HDR images.
77Fully supports HDR images, 10, 12 bit. Preprocess image in tile to increase speed.
88Extremly fast in decoding large HDR images or just large images.
9- The most features AVIF, HEIF library in android.
9+ The most featured AVIF, HEIF library in android.
1010Supported decoding in all necessary pixel formats in Android and avoids android decoding bugs.
1111
1212Image processing speeded up by [ libhwy] ( https://github.com/google/highway )
@@ -41,13 +41,13 @@ repositories {
4141```
4242
4343``` groovy
44- implementation 'com.github.awxkee:avif-coder:1.5.11 ' // or any version above picker from release tags
44+ implementation 'com.github.awxkee:avif-coder:1.5.12 ' // or any version above picker from release tags
4545
4646// Glide avif plugin if you need one
47- implementation 'com.github.awxkee:avif-coder-glide:1.5.11 ' // or any version above picker from release tags
47+ implementation 'com.github.awxkee:avif-coder-glide:1.5.12 ' // or any version above picker from release tags
4848
4949// Coil avif plugin if you need one
50- implementation 'com.github.awxkee:avif-coder-coil:1.5.11 ' // or any version above picker from release tags
50+ implementation 'com.github.awxkee:avif-coder-coil:1.5.12 ' // or any version above picker from release tags
5151```
5252
5353# Also supports coil integration
You can’t perform that action at this time.
0 commit comments