android将Bitmap对象保存到SD卡中的方法
本文实例讲述了android将Bitmap对象保存到SD卡中的方法。分享给大家供大家参考。具体如下:
BitmaplogoBitmap=BitmapFactory.decodeResource(mcontext.getResources(),R.drawable.arcnote_logo);
ByteArrayOutputStreamlogoStream=newByteArrayOutputStream();
booleanres=logoBitmap.compress(Bitmap.CompressFormat.PNG,100,logoStream);
//将图像读取到logoStream中
byte[]logoBuf=logoStream.toByteArray();
//将图像保存到byte[]中
Bitmaptemp=BitmapFactory.decodeByteArray(logoBuf,0,logoBuf.length);
//将图像从byte[]中读取生成Bitmap对象temp
saveMyBitmap("tttt",temp);
//将图像保存到SD卡中
publicvoidsaveMyBitmap(StringbitName,BitmapmBitmap){
Filef=newFile("/sdcard/"+bitName+".png");
try{
f.createNewFile();
}catch(IOExceptione){
//TODOAuto-generatedcatchblock
}
FileOutputStreamfOut=null;
try{
fOut=newFileOutputStream(f);
}catch(Exceptione){
e.printStackTrace();
}
mBitmap.compress(Bitmap.CompressFormat.PNG,100,fOut);
try{
fOut.flush();
}catch(IOExceptione){
e.printStackTrace();
}
try{
fOut.close();
}catch(IOExceptione){
e.printStackTrace();
}
}
希望本文所述对大家的Android程序设计有所帮助。
热门推荐
10 新年门口花束祝福语简短
11 盘锦结婚祝福语大全简短
12 父母生日祝福语 简短独特
13 家庭恩爱祝福语简短英文
14 高考俄语祝福语大全简短
15 虎年祝福语 诗句唯美简短
16 生日婚礼祝福语简短精辟
17 虎年喝酒拜年祝福语简短
18 教师闺蜜祝福语简短