public interface ImageMagickService
| Modifier and Type | Method and Description |
|---|---|
void |
convert(List<String> commandOptions)
Executes a conversion with the specified list of options.
|
String |
identify(List<String> commandOptions)
Executes image identification with the specified options.
|
void convert(List<String> commandOptions) throws IOException
commandOptions - the bold command line options (including input and output files if applicable).IOException - on any errorString identify(List<String> commandOptions) throws IOException
commandOptions - bold command line options to the identify command (including the input file).IOException - on any error.Copyright © 2017 SAP SE. All Rights Reserved.