gpt4 book ai didi

安卓 : Getting Thumbnail Info from an Image

转载 作者:搜寻专家 更新时间:2023-11-01 09:16:10 25 4
gpt4 key购买 nike

如何从给定的文件路径获取图像缩略图?这是我在做什么

    Intent cameraIntent = new Intent("android.media.action.IMAGE_CAPTURE");
startActivityForResult(cameraIntent, CAMERA_PIC_REQUEST);

在“onActivityResult”上,我在 Intent 数据中获取图像。

我想从此图像中提取缩略图信息。我如何提取它,以便我可以将该缩略图显示为预览

最佳答案

获得位图后,您可以将其转换为缩略图使用 createScaledBitmap (Bitmap src, int dstWidth, int dstHeight, boolean filter)或者,对于 Android2.2 及更高版本,使用 Bitmap extractThumbnail (Bitmap source, int width, int height) .

关于安卓 : Getting Thumbnail Info from an Image,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4509703/

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