ImageResize

constructor(width: Int, height: Int, interpolation: Interpolation = Interpolation.BILINEAR)(source)

Parameters

width

Target width in pixels

height

Target height in pixels

interpolation

The interpolation method (default: BILINEAR)