gpt4 book ai didi

android - 在 android 中,如何以编程方式将图像大小从 70 kb 减小到 30 kb?

转载 作者:行者123 更新时间:2023-11-29 15:19:19 27 4
gpt4 key购买 nike

<分区>

我正在 android 中开发一个应用程序,它将捕获照片并存储在 sqlite 中。图像大小为 70 kb,但我想存储 35 kb 大小的图像。但我对此一无所知。我尝试了以下代码但没有成功。

int photo_width = bm.getWidth();
int photo_height = bm.getHeight();

photo_width = 260;
photo_height = 260;

Bitmap photobitmap = Bitmap.createScaledBitmap(bm,
photo_width, photo_height, false);

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com