Package org.jetbrains.kotlinx.dl.impl.preprocessing.bitmap

Types

Crop
Link copied to clipboard
class Crop(x: Int, y: Int, width: Int, height: Int) : Operation<Bitmap, Bitmap>

This class defines the Crop Operation.

Resize
Link copied to clipboard
class Resize(outputWidth: Int, outputHeight: Int) : Operation<Bitmap, Bitmap>

This image preprocessor defines the Resize operation.

Rotate
Link copied to clipboard
class Rotate(degrees: Float) : Operation<Bitmap, Bitmap>

This image preprocessor defines the Rotate operation.