Interface IImageScaleTransformationResult


  • public interface IImageScaleTransformationResult
    Image scaling transformation.
    Since:
    16.0.0
    Version:
    $Revision$ $Date$
    • Method Detail

      • getTransformedFile

        TransformedFileConfig getTransformedFile()
        Returns the transformed file config.
        Returns:
        the transformed file config
        Since:
        16.0.0
      • getTargetWidth

        int getTargetWidth()
        Returns the target width of the transformation.
        Returns:
        the target width of the transformation
        Since:
        16.0.0