resize
fun <I> Transform<I, PlatformBitmapImage>.resize(width: Int, height: Int, interpolation: Interpolation = Interpolation.BILINEAR): Transform<I, PlatformBitmapImage>(source)
Chains an ImageResize transform.
Parameters
width
Target width
height
Target height
interpolation
Interpolation method (default: BILINEAR)