public interface ImageUtils
| Modifier and Type | Method and Description | 
|---|---|
Blob | 
convertToPDF(Blob blob)  | 
Blob | 
crop(Blob blob,
    int x,
    int y,
    int width,
    int height)  | 
boolean | 
isAvailable()
Returns  
true if this ImageUtils can be used, false otherwise | 
Blob | 
resize(Blob blob,
      String finalFormat,
      int width,
      int height,
      int depth)  | 
Blob | 
rotate(Blob blob,
      int angle)  | 
Blob convertToPDF(Blob blob)
boolean isAvailable()
true if this ImageUtils can be used, false otherwiseCopyright © 2019 Nuxeo. All rights reserved.