ArthurHub / ArthurHub/Android-Image-Cropper
how to pass bitmap/File name while call crop activity
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
I am calling below code for launching crop activity but i want to pass my recent image before change new image. Could you please let me know, how to pass bitmap, file name or path name.
I am using below code for launching crop activity.
CropImage.activity()
.setCropMenuCropButtonTitle("Done")
.setGuidelines(CropImageView.Guidelines.ON)
.setCropShape(CropImageView.CropShape.RECTANGLE)
.setAspectRatio(1,1)
.setRequestedSize(500, 500)
.start(this);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.