jdamcd / android-crop

Android library project for cropping images
4.54k stars 1.08k forks source link

Return Crop Coordinates (cropX,cropY,cropWidth,cropHeight) in Intent. #266

Open imaNNeo opened 7 years ago

imaNNeo commented 7 years ago

You can just get crop coordinate details in ActivityResult Intent with these Keys : result.getExtras().getInt(Crop.KEY_CROP_X); result.getExtras().getInt(Crop.KEY_CROP_Y); result.getExtras().getInt(Crop.KEY_CROP_WIDTH); result.getExtras().getInt(Crop.KEY_CROP_HEIGHT);

Canato commented 3 years ago

🚨🚨🚨🚨🚨 THIS LIBRARY IS NOT MAINTAINED, PLEASE READ THIS 🚨🚨🚨🚨🚨 #299

I start a new project to handover another crop library https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with your help and hope this can help you

You can check the roadmap in projects And the lib grow in discussions

Feel free to drop any PR.