rroohit / ImageCropView

Jetpack-Compose Image Crop View library.
Apache License 2.0
62 stars 6 forks source link

Square crop #1

Closed mahramane closed 3 months ago

mahramane commented 6 months ago

Hi Thank you for build this library how can i crop image as square?

rroohit commented 6 months ago

Thank you for raising this concern. Currently the library supports only free style cropping.

Currently the cropped bitmap image is by default resized to given size to Modifier. The square Crop you can achieve by giving the square size to modifier so the cropped image will be resized to given square size only.

I've taken note of your request, and I'll prioritize implementing square cropping feature in the upcoming releases.

rroohit commented 3 months ago

Added Square crop feature in version - 2.2.0