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 Blob
convertToPDF(Blob blob)
Blob
crop(Blob blob, int x, int y, int width, int height)
boolean
isAvailable()
Returnstrue
if this ImageUtils can be used,false
otherwiseBlob
resize(Blob blob, String finalFormat, int width, int height, int depth)
Blob
rotate(Blob blob, int angle)
-