Skip to content

Cropped Bitmap also take black portion which is not part of Image . #39

@iharshb

Description

@iharshb

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();
             
           }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions