Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom out issue #39

Open
Faiyyaz opened this issue Dec 18, 2017 · 2 comments
Open

Zoom out issue #39

Faiyyaz opened this issue Dec 18, 2017 · 2 comments

Comments

@Faiyyaz
Copy link

Faiyyaz commented Dec 18, 2017

Hello,

Your library is an awesome one for circular crop. But i have faced an issue in the images which had been taken from very near. I m not able to zoom out much & also there is no scaletype option like imageview.

Please fix this issue if possible

@MuruganSKutty
Copy link

Basically, pinch gesture is not working for images taken from camera. Please give solution for this.

@thegypsydev
Copy link

thegypsydev commented Sep 8, 2023

@Faiyyaz @MuruganSKutty, the solution for it would be to change the DEFAULT_MIN_SCALE in the CropIwaImageViewConfig class to a desired value.

For me, it's working fine if the DEFAULT_MIN_SCALE is changed to 0.5f

You could probably use
CropIwaImageViewConfig().setMinScale(0.5f)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants