Skip to content

Commit 0c54b7e

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b1713b9 + a11f016 commit 0c54b7e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Extremly fast in decoding large HDR images or just large images.
99
The most features AVIF, HEIF library in android.
1010
Supported decoding in all necessary pixel formats in Android and avoids android decoding bugs.
1111

12+
If `context` is provided to the coder HDR images tone mapping is done on [Vulkan](https://developer.android.com/ndk/guides/graphics/getting-started). If you prefer not to use GPU to do tone mapping set context to null
13+
1214
# Usage example
1315

1416
```kotlin
@@ -37,13 +39,13 @@ repositories {
3739
```
3840

3941
```groovy
40-
implementation 'com.github.awxkee:avif-coder:1.5.3' // or any version above picker from release tags
42+
implementation 'com.github.awxkee:avif-coder:1.5.4' // or any version above picker from release tags
4143
4244
// Glide avif plugin if you need one
43-
implementation 'com.github.awxkee:avif-coder-glide:1.5.3' // or any version above picker from release tags
45+
implementation 'com.github.awxkee:avif-coder-glide:1.5.4' // or any version above picker from release tags
4446
4547
// Coil avif plugin if you need one
46-
implementation 'com.github.awxkee:avif-coder-coil:1.5.3' // or any version above picker from release tags
48+
implementation 'com.github.awxkee:avif-coder-coil:1.5.4' // or any version above picker from release tags
4749
```
4850

4951
# Also supports coil integration

0 commit comments

Comments
 (0)