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