Closed Mohaymin closed 2 years ago
I am also interested in this feature !
Hello, @Mohaymin . You may use one of the public methods in OverlayView.java to enable freestyle crop and freely drag corners without a fixed aspect ratio. Please check the following method: public void setFreestyleCropEnabled(boolean freestyleCropEnabled) {
Check the following screencast from the sample app. Is that what you were looking for?
@dmitriy1morozov yes! thanks for your response.
I am trying to allow users crop their image without maintaining any aspect ratio in my android application.
It should look something like this:
How can I achieve this goal using this library?