transform

abstract suspend fun transform(input: Bitmap, size: Size): Bitmap

Apply the transformation to input and return the transformed Bitmap.

Return

The transformed Bitmap.

Parameters

input

The input Bitmap to transform.

size

The size of the image request.