Class ImageRotater
- java.lang.Object
-
- org.nuxeo.ecm.platform.picture.magick.MagickExecutor
-
- org.nuxeo.ecm.platform.picture.magick.utils.ImageRotater
-
public class ImageRotater extends MagickExecutor
Unit command to rotate a picture.- Author:
- btatar
-
-
Constructor Summary
Constructors Constructor Description ImageRotater()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
rotate(String inputFile, String outputFile, int angle)
-
Methods inherited from class org.nuxeo.ecm.platform.picture.magick.MagickExecutor
execCommand
-
-
-
-
Method Detail
-
rotate
public static void rotate(String inputFile, String outputFile, int angle) throws CommandNotAvailable, CommandException
- Throws:
CommandNotAvailable
CommandException
-
-