gpt4 book ai didi

android - 从 url 获取图像并在 ImageView 中显示时调整图像大小

转载 作者:行者123 更新时间:2023-12-02 00:54:36 25 4
gpt4 key购买 nike

先原谅我,我不会说英语。

我使用适用于 Android 的 Piccaso 库来获取图像并在 baseadapter 的 ImageView 中显示该图像,但它们是大容量图像。

快速调整图像大小的最佳方法是什么?

最佳答案

try following


Picasso  
.with(context)
.load(url)
.resize(600, 200) // resizes the image to these dimensions (in pixel). does not respect aspect ratio
.into(imageViewResize);

关于android - 从 url 获取图像并在 ImageView 中显示时调整图像大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55205481/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com