centerCrop
fun <I> Operation<I, BufferedImage>.centerCrop(block: CenterCrop.() -> Unit): Operation<I, BufferedImage>
Content copied to clipboard
Applies CenterCrop operation to crop the image at the center.
Applies CenterCrop operation to crop the image at the center.