Package org.apache.commons.imaging
The main package for Apache Commons Imaging.
-
Interface Summary Interface Description ImageFormat Simple image format interface. -
Class Summary Class Description AbstractImageParser<T extends ImagingParameters<T>> Provides the abstract base class for all image reading and writing utilities.ColorTools A selection of tools for evaluating and manipulating color spaces, color values, etc.FormatCompliance Provides information about the compliance of a specified data source (byte array, file, etc.) to an image format.ImageDump Used to store metadata and descriptive information extracted from image files.ImageInfo ImageInfo represents a collection of basic properties of an image, such as width, height, format, bit depth, etc.Imaging The primary application programming interface (API) to the Imaging library.ImagingConstants 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.ImagingParameters<E extends ImagingParameters<E>> Imaging parameters.PixelDensity Used to specify pixel density and physical dimensions when reading or storing image information. -
Enum Summary Enum Description ImageFormats Enumerates known image formats.ImageInfo.ColorType ImageInfo.CompressionAlgorithm -
Exception Summary Exception Description ImagingException The root class for implementing custom exceptions in the Apache Commons Imaging component.ImagingFormatException Thrown when an image format is broken.ImagingOverflowException ImagingRuntimeException Thrown when an allocation request is too large.