【发布时间】:2015-03-09 18:51:58
【问题描述】:
我有一张尺寸为 1200x2400 的大图。我能够使用 Picasso 将其加载到图像视图中。但是我失去了图像的质量。
我要找的是:在 html 中,您可以指定<img src ="img_Src" width="400" height="500">,您可以在其中更改宽度和高度。我们可以在 android 中做类似的事情 - 将完整图像加载到特定的 ImageView(比如 parent_with x parent_height)并缩放它以便您看到其中的清晰内容吗?
【问题讨论】:
标签: android image-processing imageview picasso