Hi,
I am unable to crop image directly taken from android camera but if i take image from gallery it works perfectly fine i am stuck in it
<AmazingCropper
onDone={this.onDone}
onError={this.onError}
onCancel={this.onCancel}
imageUri={uri}
imageWidth={width} //getting width of image
imageHeight={height} //getting height of image
NOT_SELECTED_AREA_OPACITY={0.3}
BORDER_WIDTH={30}
/>
if i crop image from mid in result it shows the part of image left upper side from the crop area
Hi, I am unable to crop image directly taken from android camera but if i take image from gallery it works perfectly fine i am stuck in it
<AmazingCropper