CroppedBitmap also take black line which is not part of Image .
How to remove that black portion
It happens with most potrait Images.
BitmapResult bitmapResult = ivSelectedImage.getCroppedBitmap();
if (bitmapResult.getState() == CropState.SUCCESS) {
bitmapResult.getBitmap();
}
CroppedBitmap also take black line which is not part of Image .
How to remove that black portion
It happens with most potrait Images.