public class ImageCropper extends MagickExecutor
| Constructor and Description | 
|---|
ImageCropper()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
crop(String inputFilePath,
    String outputFilePath,
    int tileWidth,
    int tileHeight,
    int offsetX,
    int offsetY)  | 
execCommandpublic ImageCropper()
public static void crop(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY) throws CommandNotAvailable, CommandException
CommandNotAvailableCommandExceptionCopyright © 2019 Nuxeo. All rights reserved.