How to convert a Drawable to a Bitmap?
This converts a BitmapDrawable to a Bitmap.
This converts a BitmapDrawable to a Bitmap.
Is that the result you are looking for? All i did was to create a div around the bg-image2 and profilePicture, so that the blur on bg-image2 doesn’t affect profilePicture, then set that div to position:relative; , so that the profilePicture can be placed in the middle like you did. Here is your HTML edited: … Read more