Class MagickExecutor
- java.lang.Object
-
- org.nuxeo.ecm.platform.picture.magick.MagickExecutor
-
- Direct Known Subclasses:
ImageConverter
,ImageCropper
,ImageCropperAndResizer
,ImageIdentifier
,ImageResizer
,ImageRotater
public class MagickExecutor extends Object
Helper class to execute an ImageMagic command. Depends on theCommandLineExecutorService
to run external processes.- Author:
- tiry
-
-
Constructor Summary
Constructors Constructor Description MagickExecutor()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected static ExecResult
execCommand(String commandName, CmdParameters params)
Deprecated.Since 7.4.
-
-
-
Method Detail
-
execCommand
@Deprecated protected static ExecResult execCommand(String commandName, CmdParameters params) throws CommandNotAvailable
Deprecated.Since 7.4. Useless.- Throws:
CommandNotAvailable
-
-