transformStart

expect open fun transformStart(request: ImageRequest, input: Bitmap)

Called before any Transformations are applied.

This is skipped if ImageRequest.transformations is empty.

Parameters

input

The Image that will be transformed.