Package org.apache.commons.imaging


package org.apache.commons.imaging
The main package for Apache Commons Imaging.
  • Class
    Description
    A selection of tools for evaluating and manipulating color spaces, color values, etc.
    Provides information about the compliance of a specified data source (byte array, file, etc.) to an image format.
    Used to store metadata and descriptive information extracted from image files.
    Simple image format interface.
    Enum of known image formats.
    ImageInfo represents a collection of basic properties of an image, such as width, height, format, bit depth, etc.
     
     
    Provides the abstract base class for all image reading and writing utilities.
    A custom exception thrown when an ImageParser or other utility encounters a format-violation, non-supported element, or other condition that renders image data unaccessible.
    A custom exception thrown when an ImageParser or other utility encounters a format-violation, non-supported element, or other condition that renders image data unwritable.
    The primary application programming interface (API) to the Imaging library.
    Defines constants that may be used in passing options to ImageParser read/write implementations, the utility routines implemented in the Imaging class, and throughout the Apache Commons Imaging package.
    The base class for implementing custom exceptions in the Apache Commons Imaging package.
    Imaging parameters.
    Used to specify pixel density and physical dimensions when reading or storing image information.