Interface IElFinderImageProcessorScaleParams

All Superinterfaces:
IElFinderImageProcessorBaseParams

public interface IElFinderImageProcessorScaleParams extends IElFinderImageProcessorBaseParams
Since:
8.3.0
Author:
XIMA MEDIA GmbH
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the height of the scaled image (in pixels).
    int
    Gets the width of the scaled image (in pixels).

    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).