Package org.im4java.core
Class Info
- java.lang.Object
-
- org.im4java.core.Info
-
public class Info extends java.lang.ObjectThis class implements an image-information object.The class just calls "identify -verbose" and parses the output.
-
-
Constructor Summary
Constructors Constructor Description Info(java.lang.String pFilename)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProperty(java.lang.String pPropertyName)Return the given property.java.util.Enumeration<java.lang.String>getPropertyNames()Return an enumeration of all properties.
-
-
-
Constructor Detail
-
Info
public Info(java.lang.String pFilename) throws InfoExceptionConstructor.- Throws:
InfoException
-
-