Crop
class Crop(x: Int, y: Int, width: Int, height: Int) : Operation<Bitmap, Bitmap>
Content copied to clipboard
This class defines the Crop Operation.
Crop operation crops the given image at the specified location and size. If the cropped region does not fit into the input image, the image is padded first and then cropped.