如何在Android上缩小图像以获得更好的质量?

时间:2010-10-19 02:35:13

标签: android bitmap image-scaling

现在,我正在使用以下代码缩小在运行时从Internet下载的图像。但结果还不够好。

Bitmap.createScaledBitmap(srcBitmap, dstWidth, dstHeight, true);

有任何帮助吗?感谢。

1 个答案:

答案 0 :(得分:0)

如果结果不够好,请尝试将图片尺寸除以2,直至达到所需尺寸。