Android 从ImageView中获取Bitmap对象方法

showImageView.setDrawingCacheEnabled(true);

Bitmap bitmap=showImageView.getDrawingCache();

showImageView.setDrawingCacheEnabled(false); 
原文地址:https://www.cnblogs.com/zhangjiuding/p/7508109.html