Class PictureResize
- java.lang.Object
-
- org.nuxeo.ecm.platform.picture.operation.PictureResize
-
public class PictureResize extends Object
Simple Operation to convert the size of a picture blob- Author:
- Tiry ([email protected])
-
-
Constructor Summary
Constructors Constructor Description PictureResize()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
maxWidth
protected int maxWidth
-
maxHeigh
protected int maxHeigh
-
service
protected ConversionService service
-
-
Method Detail
-
run
public Blob run(DocumentModel doc)
-
-