Class Resize

java.lang.Object
io.github.palexdev.imcache.transforms.Resize
All Implemented Interfaces:
Transform

public class Resize extends Object implements Transform

The Resize class scales a given BufferedImage to the specified target width and height, potentially altering the aspect ratio if the width and height ratios do not match.

The resizing process uses smooth scaling to improve the visual quality of the output image.