ArthurHub / ArthurHub/Android-Image-Cropper
Set position of crop rectangle not working
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
I Want to set the crop rectangle at specified position by
CropImage.activity(photoURI)
.setAutoZoomEnabled(false)
.setCropShape(CropImageView.CropShape.RECTANGLE)
.setInitialCropWindowRectangle(new Rect(20, 40, 30, 40))
.start(this);
but its showing in default position only.
> One more question - is there any way to set the fix the size of crop rectangle
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.