Interface ImageUtils
- All Known Implementing Classes:
IMImageUtils
public interface ImageUtils
- Author:
- Max Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionconvertToPDF
(Blob blob) boolean
Returnstrue
if this ImageUtils can be used,false
otherwise
-
Method Details
-
crop
-
resize
-
rotate
-
convertToPDF
- Since:
- 8.4
-
isAvailable
boolean isAvailable()Returnstrue
if this ImageUtils can be used,false
otherwise
-