Padding
class Padding(top: Int, bottom: Int, left: Int, right: Int, mode: PaddingMode) : Operation<BufferedImage, BufferedImage>
Content copied to clipboard
This image preprocessor defines the Pad operation.
Pad operation pads the given image on all sides according to the provided PaddingMode.