| Interface | Description |
|---|---|
| BufferedImageFactory.ProgressListener |
This interface allows clients of a
BufferedImageFactory to
receive notifications of decoding progress. |
| CompoundDirectory |
CompoundDirectory
|
| Directory |
Directory
|
| DuplicateHandler<T> |
DuplicateHandler
|
| Entry |
Entry
|
| EXIF |
EXIF
|
| ExpiringMap<K,V> |
Call-back inteface for
Map implementations that have mappings that
may expire. |
| FilterIterator.Filter<E> |
Used to tests whether or not an element fulfills certain criteria, and
hence should be accepted by the FilterIterator instance.
|
| JPEG |
JPEG
|
| PSD |
PSD
|
| TIFF |
TIFF
|
| TokenIterator |
TokenIterator, Iterator-based replacement for StringTokenizer.
|
| Visitor<T> |
A generic visitor.
|
| XMP |
XMP
|
| Class | Description |
|---|---|
| AbstractCompoundDirectory |
AbstractCompoundDirectory
|
| AbstractDirectory |
AbstractDirectory
|
| AbstractEntry |
AbstractEntry
|
| AbstractTokenIterator |
Abstract base class for
TokenIterators to extend. |
| BrightnessContrastFilter |
Adjusts the contrast and brightness of an image.
|
| BufferedImageFactory |
A faster, lighter and easier way to convert an
Image to a
BufferedImage than using a PixelGrabber. |
| BufferedImageIcon |
An
Icon implementation backed by a BufferedImage. |
| ByteArrayImageInputStream |
Experimental
|
| CollectionUtil |
A utility class with some useful collection-related functions.
|
| ColorSpaces |
A helper class for working with ICC color profiles and color spaces.
|
| CopyDither |
This BufferedImageOp simply copies pixels, converting to a
IndexColorModel. |
| DiffusionDither |
This
BufferedImageOp/RasterOp implements basic
Floyd-Steinberg error-diffusion algorithm for dithering. |
| DOMSerializer |
DOMImplementationLS backed implementation. |
| EXIFReader |
EXIFReader
|
| EXIFReader.HexDump | |
| FastByteArrayOutputStream |
An unsynchronized
ByteArrayOutputStream implementation. |
| FilenameMaskFilter | Deprecated |
| FileUtil |
A utility class with some useful file and i/o related methods.
|
| FilterIterator<E> |
Wraps (decorates) an
Iterator with extra functionality, to allow
element filtering. |
| GrayFilter |
This class can convert a color image to grayscale.
|
| IIOUtil |
IIOUtil
|
| ImageReaderBase |
Abstract base class for image readers.
|
| ImageUtil |
This class contains methods for basic image manipulation and conversion.
|
| InverseColorMapIndexColorModel |
A faster implementation of
IndexColorModel, that is backed by an
inverse color-map, for fast look-ups. |
| JPEGImageReader |
A JPEG
ImageReader implementation based on the JRE JPEGImageReader,
that adds support and properly handles cases where the JRE version throws exceptions. |
| JPEGImageReaderSpi |
JPEGImageReaderSpi
|
| JPEGSegment |
Represents a JPEG segment.
|
| JPEGSegmentUtil |
JPEGSegmentUtil
|
| LittleEndianDataInputStream |
A little endian input stream reads two's complement,
little endian integers, floating point numbers, and characters
and returns them as Java primitive types.
|
| LRUHashMap<K,V> |
Map implementation with size limit, that keeps its entries in LRU
(least recently used) order, also known as access-order.
|
| MetadataReader |
MetadataReader
|
| MonochromeColorModel |
Monochrome B/W color model.
|
| Platform |
Platform
|
| ProgressListenerBase |
ProgressListenerBase
|
| ProviderInfo |
Provides provider info, like vendor name and version,
for
ImageReaderWriterSpi subclasses based on information in the manifest. |
| PSDReader |
PhotoshopReader
|
| PSDReader.PSDResource | |
| Rational |
Represents a rational number with a
long numerator and long denominator. |
| ResampleOp |
Resamples (scales) a
BufferedImage to a new width and height, using
high performance and high quality algorithms. |
| StringTokenIterator |
StringTokenIterator, a drop-in replacement for
StringTokenizer. |
| StringUtil |
A utility class with some useful string manipulation methods.
|
| SubImageInputStream |
A wrapper for
ImageInputStream to limit the number of bytes that can be read. |
| SubsamplingFilter |
An
ImageFilter class for subsampling images. |
| SystemUtil |
A utility class with some useful system-related functions.
|
| Validate |
Kind of like
org.apache.commons.lang.Validate. |
| WildcardStringParser | Deprecated
Will probably be removed in the near future
|
| XMLSerializer |
XMLSerializer
|
| XMPReader |
XMPReader
|
| Enum | Description |
|---|---|
| Platform.Architecture |
Enumeration of common System
Architectures. |
| Platform.OperatingSystem |
Enumeration of common
OperatingSystems. |
| Exception | Description |
|---|---|
| ImageConversionException |
This class wraps IllegalArgumentException, and is thrown by the ImageUtil
class, when trying to convert images read from
null-sources etc. |
| ImageFilterException |
This class wraps IllegalArgumentException as thrown by the
BufferedImageOp interface for more fine-grained control.
|