2012年6月2日

Bitmap与Drawable,byte[]之间的转化

摘要: android在处理一写图片资源的时候,会进行一些类型的转换,现在有空整理一下,以便于以后随时可用1、drawable---->bitmappublic static Bitmap drawableToBitmap(Drawable drawable) { Bi... 阅读全文

posted @ 2012-06-02 22:09 loonggg 阅读(155) 评论(0) 推荐(0) 编辑

导航