Decode using aspect ratio preserving scaling.

This commit is contained in:
Cody Henthorne
2023-09-25 21:20:48 -04:00
parent bce133ac28
commit 8a831889f9
6 changed files with 42 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -54,7 +54,8 @@ class MainActivity : AppCompatActivity() {
"test_05.webp",
"test_06_lossless.webp",
"test_06_lossy.webp",
"test_07_lossless.webp"
"test_07_lossless.webp",
"test_09_large.webp"
)
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ImageViewHolder {