resize

fun resize(maxSize: Int): ImageProcessor

Resizes image to the given size.

Parameters

maxSize

max size of the image


fun resize(imageRef: ImageRef, maxSize: Int): ImageProcessor

Resizes image to the given size.

Parameters

imageRef

image to resize

maxSize

max size of the image