0

在我的 android 应用程序中,用户拍摄并保存一张图片,然后将其转换为 bas64 字符串,其中大约 55000 个字符长。然后稍后在程序中我检索图像并再次将其转换为 base64 字符串,但现在它超过 200 万个字符。任何人都可以解释为什么会这样吗?

用于重新检索图像的代码。

Bitmap imgBitmap = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver(), Uri.parse(imgFilePath));
4

0 回答 0