Class Rotate

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

public class Rotate extends Object implements Transform

The Rotate class applies a rotation transformation to a given BufferedImage.

This transformation rotates the input image by a specified angle (in degrees) around its center.

Positive values for the rotation angle represent clockwise rotation, while negative values represent counterclockwise rotation.