Package org.anchoranalysis.plugin.image.task.bean.scale

Tasks to scale an image.
  • Class Summary 
    Class Description
    ScaleImage<S>
    Base class for tasks whose primary aim is to scale (resize) an image.
    ScaleImageCommonSize
    Creates a scaled copy of images, ensuring all images have identical output size.
    ScaleImageIndependently
    Creates a scaled copy of images, treating each image independently, and without any padding or alignment.