Interface IElFinderImageProcessorBaseParams

All Known Subinterfaces:
IElFinderImageProcessorCropParams, IElFinderImageProcessorRotateParams, IElFinderImageProcessorScaleParams

public interface IElFinderImageProcessorBaseParams
Base parameters for the image processing operations, see IElFinderImageProcessor.
Since:
8.3.0
Author:
XIMA MEDIA GmbH
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The quality factor for the newly created image, between 0 and 100.
  • Method Details

    • quality

      int quality()
      The quality factor for the newly created image, between 0 and 100. Used e.g. for JPEG images.
      Returns:
      The quality factor for the newly created image.