Interface ImageUtils

All Known Implementing Classes:
IMImageUtils

public interface ImageUtils
Author:
Max Stepanov
  • Method Summary

    Modifier and Type
    Method
    Description
     
    crop(Blob blob, int x, int y, int width, int height)
     
    boolean
    Returns true if this ImageUtils can be used, false otherwise
    resize(Blob blob, String finalFormat, int width, int height, int depth)
     
    rotate(Blob blob, int angle)
     
  • Method Details

    • crop

      Blob crop(Blob blob, int x, int y, int width, int height)
    • resize

      Blob resize(Blob blob, String finalFormat, int width, int height, int depth)
    • rotate

      Blob rotate(Blob blob, int angle)
    • convertToPDF

      Blob convertToPDF(Blob blob)
      Since:
      8.4
    • isAvailable

      boolean isAvailable()
      Returns true if this ImageUtils can be used, false otherwise