Package lumis.portal.file.transformation
Interface IImageScaleTransformationResult
-
public interface IImageScaleTransformationResult
Image scaling transformation.- Since:
- 16.0.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getTargetWidth()
Returns the target width of the transformation.TransformedFileConfig
getTransformedFile()
Returns the transformed file config.
-
-
-
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
-
-