Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我正在使用以下代码来缩小运行时从互联网下载的图像。但结果还不够好。
Bitmap.createScaledBitmap(srcBitmap, dstWidth, dstHeight, true);
有什么帮助吗?谢谢。
如果结果对您来说不够好,请尝试将图像大小除以 2,直到达到您想要的大小。