centerCrop

fun <I> Operation<I, BufferedImage>.centerCrop(block: CenterCrop.() -> Unit): Operation<I, BufferedImage>

Applies CenterCrop operation to crop the image at the center.