Skip to content

Commit d1baf10

Browse files
committed
Upgraded to 2.0.4, rescaling improvement
1 parent 40c18cd commit d1baf10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

avifcoillibrary/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ dependencies {
6464
androidTestImplementation("androidx.test.ext:junit:1.1.5")
6565
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
6666
api("io.coil-kt:coil:2.7.0")
67-
api("com.github.awxkee:avif-coder:2.0.3")
67+
api("com.github.awxkee:avif-coder:2.0.4")
6868
}

avifcoillibrary/src/main/java/com/github/awxkee/avifcoil/decoder/animation/AvifAnimatedStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class AvifAnimatedStore(
4848
frame = frame,
4949
scaledWidth = targetWidth,
5050
scaledHeight = targetHeight,
51-
scaleQuality = ScalingQuality.HIGH,
51+
scaleQuality = ScalingQuality.FASTEST,
5252
scaleMode = scaleMode,
5353
preferredColorConfig = preferredColorConfig
5454
)

0 commit comments

Comments
 (0)