Package | Description |
---|---|
org.nuxeo.ecm.platform.commandline.executor.api | |
org.nuxeo.ecm.platform.commandline.executor.service | |
org.nuxeo.ecm.platform.picture.magick.utils |
Modifier and Type | Method and Description |
---|---|
ExecResult |
CommandLineExecutorService.execCommand(String commandName,
CmdParameters params) |
Modifier and Type | Method and Description |
---|---|
ExecResult |
CommandLineExecutorComponent.execCommand(String commandName,
CmdParameters params) |
Modifier and Type | Method and Description |
---|---|
static void |
ImageCropper.crop(String inputFilePath,
String outputFilePath,
int tileWidth,
int tileHeight,
int offsetX,
int offsetY) |
static ImageInfo |
ImageIdentifier.getInfo(String inputFilePath) |
static ImageInfo |
ImageResizer.resize(String inputFile,
String outputFile,
int targetWidth,
int targetHeight,
int targetDepth) |
static void |
ImageRotater.rotate(String inputFile,
String outputFile,
int angle) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.