Class CenterCrop

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

public class CenterCrop extends Object implements Transform
  • Constructor Details

    • CenterCrop

      public CenterCrop(double targetWidth, double targetHeight)
  • Method Details