Package one.jpro.platform.image.manager.transformer
package one.jpro.platform.image.manager.transformer
-
ClassDescriptionAn interface for transforming images.This class is responsible for transforming images such that they fit a specified height, while maintaining their original aspect ratio.This class is responsible for transforming images such that they fit a specified width, maintaining the original image's aspect ratio.Provides helper methods for image transformation tasks.This class implements an identity transformer for images.This class implements an image transformer that scales images to a target area while preserving the original aspect ratio.Implements the ImageTransformer interface to provide functionalities for transforming images based on specified width and height.