We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f87ece commit b75237bCopy full SHA for b75237b
avifcoillibrary/src/main/java/com/github/awxkee/avifcoil/decoder/animation/AnimatedAvifDecoder.kt
@@ -83,8 +83,8 @@ public class AnimatedAvifDecoder(
83
)
84
}
85
86
- val dstWidth = options.size.width.pxOrElse { 0 } / 2
87
- val dstHeight = options.size.height.pxOrElse { 0 } / 2
+ val dstWidth = options.size.width.pxOrElse { 0 }
+ val dstHeight = options.size.height.pxOrElse { 0 }
88
val scaleMode = when (options.scale) {
89
Scale.FILL -> ScaleMode.FILL
90
Scale.FIT -> ScaleMode.FIT
0 commit comments