Resize
class Resize(outputWidth: Int, outputHeight: Int) : Operation<Bitmap, Bitmap>
Content copied to clipboard
This image preprocessor defines the Resize operation.
Resize operations creates new Bitmap with the following sizes:
resizedWidth = outputWidth
resizedHeight = outputHeight