-
Notifications
You must be signed in to change notification settings - Fork 292
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
Support for disabling resizing option #23
Comments
Fork the repo to your own GitHub account. |
@adnanraja I need the same thing. Which part of code should be modified to prevent cropper size change? |
Tell me your email ID, I will send you the update version. |
Just sent you the modified version with usage example. |
@adnanraja I need a similar functionality with this library as well. Could you send me the modified version with usage example as well? Thanks |
@arniesaha check you inbox. |
@adnanraja Could you please send me the modified version ? Thank you |
Sent. |
@adnanraja I need a similar functionality, could you please send me the modified version ? Thanks. |
Sent. |
@adnanraja i need too, please help me... my email dedyy54@gmail.com |
Sent. |
@adnanraja i need this functionality. can you please send it to me at: maliknabil128@gmail.com |
@maliknabil it fails to send to your provided email. Please double check if it is a valid email address. |
@adnanraja can you plz try to send it on: nabil.afzal.malik@gmail.com adnanraja notifications@github.com wrote:
|
failed to send nabil.afzal.malik@gmail.com as well. |
:( |
do you have a yahoo or hotmail id? |
yes, |
sent successfully. |
Got it. |
@adnanraja Is there any way to set fixed height and width of crop rect mask in this lib?? I want to set fixed width and height each time I call crop library. e.g. I want 100x100 width and height of crop rect mask. Plz help |
Did you try below way? intent.putExtra(CropImage.ASPECT_X, 100); |
Yes I tried changing it but of no use
|
I have the same question |
@adnanraja i also want to disable it. plz help |
Sent |
@adnanraja could you please send me the modified version ? |
I am using this library in a situation where I don't want to allow user to change the size of the cropper rectangle. I have made some changes in the library to add this support, but I don't know the process of submitting my changes. Can any one guide?
The text was updated successfully, but these errors were encountered: