您将获得空指针异常,因为它bitmap为null.替换去的线
bitmap
bitmap = BitmapFactory.decodeResource(getResources(), R.id.imgPreview);
有了这个
bitmap = ((BitmapDrawable) imgPreview.getDrawable()).getBitmap();