getCenterCropBitmap

public final Bitmap getCenterCropBitmap(ImageProxy image, Boolean isFrontCamera)

Get a square center crop bitmap from an ImageProxy

Return

The center crop bitmap

Parameters

image

The ImageProxy

isFrontCamera

Whether the camera is facing front (will mirror the image)


public final Bitmap getCenterCropBitmap(Bitmap imageBitmap, Boolean isFrontCamera)

Get a square center crop bitmap from a bitmap

Return

The center crop bitmap

Parameters

imageBitmap

The bitmap

isFrontCamera

Whether the camera is facing front (this will mirror the image)