vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

convert drawble image to bitmap #251

Closed sami-soft closed 4 years ago

sami-soft commented 4 years ago

hi , this error when convert drawble image to bitmap :

com.makeramen.roundedimageview.a cannot be cast to android.graphics.drawable.BitmapDrawable

BitmapDrawable drawable = (BitmapDrawable) Profile_image.getDrawable(); Bitmap bmp = drawable.getBitmap();

please help me

vinc3m1 commented 4 years ago

RoundedDrawable is not a BitmapDrawable.

https://github.com/vinc3m1/RoundedImageView/blob/ace0766bccadf148b294719fd1622a2aeefea107/roundedimageview/src/main/java/com/makeramen/roundedimageview/RoundedDrawable.java#L44