标签: android bitmap image-scaling
现在,我正在使用以下代码缩小在运行时从Internet下载的图像。但结果还不够好。
Bitmap.createScaledBitmap(srcBitmap, dstWidth, dstHeight, true);
有任何帮助吗?感谢。
答案 0 :(得分:0)
如果结果不够好,请尝试将图片尺寸除以2,直至达到所需尺寸。