rroohit / ImageCropView

Jetpack-Compose Image Crop View library.
Apache License 2.0
90 stars 8 forks source link

How is the height calculated? #7

Open gaohomway opened 2 months ago

gaohomway commented 2 months ago

Do I need to calculate the height of the control myself?

If not, the height of the photo will be stretched

rroohit commented 1 month ago

Currently the photo is stretched to size given to CropView to fit inside the crop view. Dynamic height calculation is yet add. We are working on it with stretching the original photo will show as it is these fix is in progress soon in next version release it will be Fixed.

Thank you for your valuable feedback.