Class Info

java.lang.Object
org.im4java.core.Info

public class Info extends Object
This class implements an image-information object.

The class just calls "identify -verbose" and parses the output.

  • Constructor Details

  • Method Details

    • getProperty

      public String getProperty(String pPropertyName)
      Return the given property.
    • getPropertyNames

      public Enumeration<String> getPropertyNames()
      Return an enumeration of all properties.