在我的项目中,一个位图充满了文本和另一个位图,将文本添加到位图的方法返回一个BitmapDrawable。
我想将此BitmapDrawable保存为pdf文件,以便可以通过电子邮件发送原始的位图,并添加文本和其他图像。
为此,我需要一个常规的位图而不是BitmapDrawable。
我似乎找不到任何答案,因为我没有在drawable文件夹中对drawable的引用,我只有一个BitmapDrawable可以使用。
有什么想法吗?
最佳答案
BitmapDrawables支持位图的吸气剂。
Bitmap bitmap = bitmapDrawable.getBitmap();