transformations

fun transformations(vararg transformations: Transformation): ImageRequest.Builder
fun transformations(transformations: List<Transformation>): ImageRequest.Builder

Set the list of Transformations to be applied to this request.