ArthurHub / ArthurHub/Android-Image-Cropper

Set position of crop rectangle not working

Open
#446 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.