Package de.xima.fc.gui.elfinder
Interface IElFinderImageProcessorScaleParams
-
- All Superinterfaces:
IElFinderImageProcessorBaseParams
public interface IElFinderImageProcessorScaleParams extends IElFinderImageProcessorBaseParams
Parameters for the scale operation, seeIElFinderImageProcessor.scaleImage(Path, Path, IElFinderImageProcessorScaleParams)
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
IElFinderImageProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
height()
Gets the height of the scaled image (in pixels).int
width()
Gets the width of the scaled image (in pixels).-
Methods inherited from interface de.xima.fc.gui.elfinder.IElFinderImageProcessorBaseParams
quality
-
-