Interface ImageUtils
-
- All Known Implementing Classes:
IMImageUtils
public interface ImageUtils- Author:
- Max Stepanov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobconvertToPDF(Blob blob)Blobcrop(Blob blob, int x, int y, int width, int height)booleanisAvailable()Returnstrueif this ImageUtils can be used,falseotherwiseBlobresize(Blob blob, String finalFormat, int width, int height, int depth)Blobrotate(Blob blob, int angle)
-