Class ImageIdentifier
- java.lang.Object
-
- org.nuxeo.ecm.platform.picture.magick.MagickExecutor
-
- org.nuxeo.ecm.platform.picture.magick.utils.ImageIdentifier
-
public class ImageIdentifier extends MagickExecutor
Unit command to extract information from a picture file.- Author:
- tiry
-
-
Constructor Summary
Constructors Constructor Description ImageIdentifier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExecResult
getIdentifyResult(String inputFilePath)
static ImageInfo
getInfo(String inputFilePath)
-
Methods inherited from class org.nuxeo.ecm.platform.picture.magick.MagickExecutor
execCommand
-
-
-
-
Method Detail
-
getInfo
public static ImageInfo getInfo(String inputFilePath) throws CommandNotAvailable, CommandException
- Throws:
CommandNotAvailable
CommandException
-
getIdentifyResult
public static ExecResult getIdentifyResult(String inputFilePath) throws CommandNotAvailable
- Throws:
CommandNotAvailable
-
-