Interface ImageUtils

  • All Known Implementing Classes:
    IMImageUtils

    public interface ImageUtils
    Author:
    Max Stepanov
    • Method Detail

      • 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