gpt4 book ai didi

android - 在android中将图像转换为位图

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:23:56 24 4
gpt4 key购买 nike

我想从手机的SD卡中选择一张图片。我正在使用下面的代码来选择并在我的 Activity 中显示

Uri selectedImageUri = data.getData();
selectedImagePath = getPath(selectedImageUri);
Uri uri = Uri.parse(selectedImagePath);
uploadimage.setImageURI(uri);

它工作正常,但我想将此图像转换为 Bitmap,我有图像路径和 URI。

在这种情况下如何将图像转换为位图?请帮助我,在此先感谢。

最佳答案

使用此代码

Bitmap bmp=BitmapFactory.decodeStream(getContentResolver().openInputStream(uri));

关于android - 在android中将图像转换为位图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6936898/

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