Interface IElFinderImageProcessorScaleParams
- All Superinterfaces:
IElFinderImageProcessorBaseParams
Parameters for the scale operation, see
IElFinderImageProcessor.scaleImage(Path, Path, IElFinderImageProcessorScaleParams)- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Methods inherited from interface IElFinderImageProcessorBaseParams
quality
-
Method Details
-
height
int height()Gets the height of the scaled image (in pixels).- Returns:
- The height of the scaled image (in pixels).
-
width
int width()Gets the width of the scaled image (in pixels).- Returns:
- The width of the scaled image (in pixels).
-