ArthurHub / ArthurHub/Android-Image-Cropper
Is there any callback when crop window is ready to crop?
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
I am trying **cropImageView.cropRect = myRect**
then when I try **cropImageView.croppedImage** immediattly not getting the exact myRect area cropped bitmap.
Is your library taking some time to draw a rectangle on the image?
If yes is there any callback available so that I can know - Yeah my area is ready now I can call getCroppedImage() method on it.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the cropRect setter and croppedImage getter mentioned in the issue, then inspect how the crop window becomes ready after the rectangle is assigned. Determine the expected readiness signal or callback behavior and verify completion by confirming that the cropped bitmap matches myRect.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100