transformStart

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

Called before any Transformations are applied.

This is skipped if ImageRequest.transformations is empty.

Parameters

input

The Bitmap that will be transformed. Do not keep a reference to input outside the scope of this method.