igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 465 forks source link

Circle cropped image has black backgrounds on corners #167

Open basurahan opened 2 years ago

basurahan commented 2 years ago

Why does the images cropped on circle has black background? how to make them transparent blob__profilePic (1)

Sharko47 commented 2 years ago

Set Crop Mode to CIRCLE_SQUARE Code - cropImageView.setCropMode(CropImageView.CropMode.CIRCLE_SQUARE)