Class ImageConverter
- java.lang.Object
-
- org.nuxeo.ecm.platform.picture.magick.MagickExecutor
-
- org.nuxeo.ecm.platform.picture.magick.utils.ImageConverter
-
public class ImageConverter extends MagickExecutor
- Author:
- Thomas Roger
-
-
Constructor Summary
Constructors Constructor Description ImageConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
convert(String inputFilePath, String outputFilePath)
-
Methods inherited from class org.nuxeo.ecm.platform.picture.magick.MagickExecutor
execCommand
-
-
-
-
Method Detail
-
convert
public static void convert(String inputFilePath, String outputFilePath) throws CommandNotAvailable, CommandException
- Throws:
CommandNotAvailable
CommandException
-
-