在android中动态调整实际图像的大小如何实现

发布于 2024-10-10 06:29:00 字数 129 浏览 3 评论 0原文

我正在研究Android应用程序,在此应用程序图像保存在字节代码中,在此字节代码中转换

原始图像中的图像,动态调整为较小的图像和清晰度图像,如何在Android中实现,

请转发一些有价值的解决方案,提前致谢...

i am worked on android application in this application image saved in byte code,in this byte code convert image

in this original image resize in smaller image and clarity image dynamically how can implemented in android

please forward some valuable solution thanks in advance...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

数理化全能战士 2024-10-17 06:29:00

将图像转换为位图并使用位图的缩放位图方法来指定缩小/放大图像的大小,使用 ImageView.setBitmap 方法将此图像位图设置为您的 Ui 元素。

Convert Image to Bitmap and use scaled bitmap method of bitmap to specifying size of your scaled down/up image, use ImageView.setBitmap method to set this image bitmap to your Ui element.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文