SmartToolFactory / Compose-Cropper

🚀🏞✂️ Image cropper that can crop with static, dynamic crop behavior, can use customizable shapes, vectors, and other png files as mask to crop with various customizations
MIT License
331 stars 47 forks source link

add backgroundColor param #28

Closed wikikhtn closed 11 months ago

wikikhtn commented 11 months ago

Currently, ImageCropper's background is hard-coded to Color.Black This PR added a param "backgroundColor" to allow to change the default of background if needed.