showImageView.setDrawingCacheEnabled(true);
Bitmap bitmap=showImageView.getDrawingCache();
showImageView.setDrawingCacheEnabled(false);
Android 从ImageView中获取Bitmap对象方法
原文:http://www.cnblogs.com/zhangjiuding/p/7508109.html