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

Support for disabling resizing option #23

Open
adnanraja opened this issue Sep 24, 2013 · 30 comments
Open

Support for disabling resizing option #23

adnanraja opened this issue Sep 24, 2013 · 30 comments

Comments

@adnanraja
Copy link

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?

@ardok
Copy link

ardok commented Oct 25, 2013

Fork the repo to your own GitHub account.
Create your own branch.
Commit your changes there.
Then submit a pull request.

@anirudhmaddy
Copy link

@adnanraja I need the same thing. Which part of code should be modified to prevent cropper size change?

@adnanraja
Copy link
Author

Tell me your email ID, I will send you the update version.

@anirudhmaddy
Copy link

@adnanraja
Copy link
Author

Just sent you the modified version with usage example.

@arniesaha
Copy link

@adnanraja I need a similar functionality with this library as well. Could you send me the modified version with usage example as well?
arniesaha@gmail.com

Thanks

@adnanraja
Copy link
Author

@arniesaha check you inbox.

@Armamentz
Copy link

@adnanraja Could you please send me the modified version ?
ven.sugarra@gmail.com

Thank you

@adnanraja
Copy link
Author

Sent.

@hanthien
Copy link

@adnanraja I need a similar functionality, could you please send me the modified version ?
My email is hanthien78@gmail.com

Thanks.

@adnanraja
Copy link
Author

Sent.

@Dedy54
Copy link

Dedy54 commented Apr 17, 2015

@adnanraja i need too, please help me... my email dedyy54@gmail.com

@adnanraja
Copy link
Author

Sent.

@maliknabil
Copy link

@adnanraja i need this functionality. can you please send it to me at: maliknabil128@gmail.com

@adnanraja
Copy link
Author

@maliknabil it fails to send to your provided email. Please double check if it is a valid email address.

@maliknabil
Copy link

@adnanraja can you plz try to send it on: nabil.afzal.malik@gmail.com

adnanraja notifications@github.com wrote:

@maliknabilitfailstosendtoyourprovidedemail.Pleasedoublecheckifitisavalidemailaddress.ReplytothisemaildirectlyorviewitonGitHub.

@adnanraja
Copy link
Author

failed to send nabil.afzal.malik@gmail.com as well.

@maliknabil
Copy link

:(
Can you please share dropbox link?

@adnanraja
Copy link
Author

do you have a yahoo or hotmail id?

@maliknabil
Copy link

yes,
Kindly send on the following id:
cdomkd@yahoo.com

@adnanraja
Copy link
Author

sent successfully.

@maliknabil
Copy link

Got it.
Thanks a lot. :)

@maliknabil
Copy link

@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
Thanks

@adnanraja
Copy link
Author

Did you try below way?

intent.putExtra(CropImage.ASPECT_X, 100);
intent.putExtra(CropImage.ASPECT_Y, 100);

@maliknabil
Copy link

Yes I tried changing it but of no use
On Jun 24, 2015 5:36 PM, "adnanraja" notifications@github.com wrote:

Did you try below way?

intent.putExtra(CropImage.ASPECT_X, 100);
intent.putExtra(CropImage.ASPECT_Y,10 0);


Reply to this email directly or view it on GitHub
#23 (comment).

@zhierfeifei
Copy link

I have the same question

@prateekjain2104
Copy link

@adnanraja i also want to disable it. plz help

@prateekjain2104
Copy link

@adnanraja
Copy link
Author

Sent

@devbrevity
Copy link

@adnanraja could you please send me the modified version ?
My email is munir.chauhan@beelinesoftwares.com

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