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) |
execCommand
public ImageCropper()
public static void crop(String inputFilePath, String outputFilePath, int tileWidth, int tileHeight, int offsetX, int offsetY) throws CommandNotAvailable, CommandException
CommandNotAvailable
CommandException
Copyright © 2018 Nuxeo. All rights reserved.