You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Extremly fast in decoding large HDR images or just large images.
9
9
The most features AVIF, HEIF library in android.
10
10
Supported decoding in all necessary pixel formats in Android and avoids android decoding bugs.
11
11
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
+
12
14
# Usage example
13
15
14
16
```kotlin
@@ -37,13 +39,13 @@ repositories {
37
39
```
38
40
39
41
```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
41
43
42
44
// 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
44
46
45
47
// 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
0 commit comments