Skip to content

Commit 747076f

Browse files
committed
Rebuild heif
1 parent 01bd7cc commit 747076f

File tree

13 files changed

+5
-5
lines changed

13 files changed

+5
-5
lines changed

app/src/main/java/com/radzivon/bartoshyk/avif/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class MainActivity : AppCompatActivity() {
150150

151151
Log.d("AVIFFFF", "Decode time ${System.currentTimeMillis() - start}")
152152

153-
// val encode = coder.encodeAvif(bitmap0, avifChromaSubsampling = AvifChromaSubsampling.YUV420)
153+
val encode = coder.encodeHeic(bitmap0)
154154
// val roundTripped = coder.decode(encode)
155155
//
156156
//
Binary file not shown.
8.28 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
562 KB
Binary file not shown.
10.5 KB
Binary file not shown.
585 KB
Binary file not shown.
10.3 KB
Binary file not shown.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
id 'com.android.application' version '8.2.2' apply false
4-
id 'com.android.library' version '8.10.0' apply false
4+
id 'com.android.library' version '8.11.1' apply false
55
id 'org.jetbrains.kotlin.android' version '2.0.20' apply false
66
id 'com.google.devtools.ksp' version '2.0.20-1.0.25' apply false
77
}

0 commit comments

Comments
 (0)