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