All Classes and Interfaces
Class
Description
AbstractCompoundDirectory
AbstractDirectory
AbstractEntry
AbstractImageSource
AbstractMetadata
Abstract base class for
TokenIterators to extend.Deprecated.
Reads a
Shape object from an Adobe Photoshop Path resource.Writes a
Shape object to an Adobe Photoshop Path or Path resource.This is a drop-in replacement for
AffineTransformOp.AreaAverageOp
Decoder implementation for standard base64 encoding.Encoder implementation for standard base64 encoding.A
Map adapter for a Java Bean.A utility class with some useful bean-related functions.
BigTIFFImageReaderSpi.
BigTIFFImageWriterSpi
ImageReader for Microsoft Windows Bitmap (BMP) format.
BMPImageReaderSpi
BMPImageWriter
BMPImageWriterSpi
Adjusts the contrast and brightness of an image.
Deprecated.
Use
BufferedChannelImageInputStream instead.BufferedFileImageInputStreamSpi
A faster, lighter and easier way to convert an
Image to a
BufferedImage than using a PixelGrabber.This interface allows clients of a
BufferedImageFactory to
receive notifications of decoding progress.An
Icon implementation backed by a BufferedImage.Deprecated.
Use
BufferedFileImageInputStream instead.BufferedInputStreamImageInputStreamSpi.
BufferedRAFImageInputStreamSpi
Experimental
Experimental
ByteArrayImageInputStreamSpi
Experimental
Represents a
Catalog structure, typically found in a CompoundDocument.Converts between CIE L*a*b* and sRGB color spaces.
A utility class with some useful collection-related functions.
A helper class for working with ICC color profiles.
A helper class for working with ICC color profiles and color spaces.
CompoundDirectory
Represents a read-only OLE2 compound document.
A Reader implementation that can read from multiple sources.
This exception may be thrown by PropertyConverters, when an attempted
conversion fails.
The converter (singleton).
This class implements a convolution from the source
to the destination.
This BufferedImageOp simply copies pixels, converting to a
IndexColorModel.Thrown when an OLE 2 compound document is considered corrupt.
ImageReader for Microsoft Windows CUR (cursor) format.
CURImageReaderSpi
Converts strings to dates and back.
A utility class with useful date manipulation methods and constants.
Thrown by
Decoders when encoded data can not be decoded.Interface for decoders.
An
InputStream that provides on-the-fly decoding from an underlying stream.Converts strings to objects and back.
DefaultToneMapper.
This
BufferedImageOp/RasterOp implements basic
Floyd-Steinberg error-diffusion algorithm for dithering.An
ImageInputStream that adapts an InputSteam,
by reading directly from the stream without and form of caching or buffering.Directory
This class represents a hybrid between an
IndexColorModel and a ComponentColorModel,
having both a color map and a full, discrete alpha channel and/or one or more "extra" channels.DOMImplementationLS backed implementation.DuplicateHandler
Interface for encoders.
An
OutputStream that provides on-the-fly encoding to an underlying stream.Entry
Represents an OLE 2 compound document entry.
EXIF
Deprecated.
Use com.twelvemonkeys.imageio.metadata.tiff.TIFFReader instead.
EXIFUtilities.
Deprecated.
Use com.twelvemonkeys.imageio.metadata.tiff.TIFFWriter instead.
Call-back inteface for
Map implementations that have mappings that
may expire.An unsynchronized
ByteArrayOutputStream implementation.A
SeekableInputStream implementation that caches data in a temporary File.Deprecated.
A
SeekableInputStream implementation that uses random access directly to a File.A utility class with some useful file and i/o related methods.
Wraps (decorates) an
Iterator with extra functionality, to allow
element filtering.Used to tests whether or not an element fulfills certain criteria, and
hence should be accepted by the FilterIterator instance.
GammaToneMapper.
GraphicsUtil
This class represents a 256 color fixed grayscale IndexColorModel.
This class can convert a color image to grayscale.
IEEE 754 half-precision floating point data type.
HDRImageReader.
HDRImageReaderSpi.
HDRImageReadParam.
HTTPUtil
ImageReader for Apple Icon Image (ICNS) format.
ICNSImageReaderSpi
ICNSImageWriter
ICNSImageWriterSpi
ImageReader for Microsoft Windows CUR (cursor) format.
ICOImageReaderSpi
ICOImageWriteParam
ImageWriter implementation for Windows Icon (ICO) format.
ICOImageWriterSpi
Represents a TIFF Image File Directory.
Reader for Commodore Amiga (Electronic Arts) IFF ILBM (InterLeaved BitMap) and PBM
format (Packed BitMap).
IFFImageReaderSpi
Writer for Commodore Amiga (Electronic Arts) IFF ILBM (InterLeaved BitMap) format.
IFFImageWriterSpi
IFFWriteParam.
A
Map decorator that makes the mappings in the backing map
case insensitive
(this is implemented by converting all keys to uppercase),
if the keys used are Strings.Takes care of registering and de-registering local ImageIO plugins (service providers) for the servlet context.
IIOUtil
This class wraps IllegalArgumentException, and is thrown by the ImageUtil
class, when trying to convert images read from
null-sources etc.This class wraps IllegalArgumentException as thrown by the
BufferedImageOp interface for more fine-grained control.
Abstract base class for image readers.
ImageReaderSpiBase.
Factory class for creating
ImageTypeSpecifiers.This class contains methods for basic image manipulation and conversion.
Abstract base class for image writers.
ImageWriterSpiBase.
ComponentColorModel subclass that correctly handles full 16 bit
TYPE_SHORT signed integral samples.A faster implementation of
IndexColorModel, that is backed by an
inverse color-map, for fast look-ups.IPTC
IPTCReader
IPTCWriter.
JPEG
A JPEG
ImageReader implementation based on the JRE JPEGImageReader,
that adds support and properly handles cases where the JRE version throws exceptions.JPEGImageReaderSpi
JPEGImageWriter
JPEGImageWriterSpi
Determines an approximate JPEG compression quality value from the quantization tables.
Represents a JPEG segment.
JPEGSegmentUtil
Generic map and linked list implementation of the
Map interface,
with predictable iteration order.Linked list implementation of
Map.Entry.Generic map and linked list implementation of the
Set interface,
with predictable iteration order.A little endian input stream reads two's complement,
little endian integers, floating point numbers, and characters
and returns them as Java primitive types.
A little endian output stream writes primitive Java numbers
and characters to an output stream in a little endian format.
A replacement for
RandomAccessFile that is capable of reading
and writing data in little endian byte order.Map implementation with size limit, that keeps its entries in LRU
(least recently used) order, also known as access-order.
Map implementation with size limit, that keeps its entries in LRU
(least recently used) order, also known as access-order.
LSBBitReader
A
SeekableInputStream implementation that caches data in memory.MetadataReader
MetadataWriter.
Contains mappings from file extension to mime-types and from mime-type to file-types.
This exception may be thrown by
PropertyConverters, if a conversion is
attempted without type (class).Monochrome B/W color model.
This exception may be thrown by
PropertyConverters, if a conversion
is attempted for a type (class), that has no registered PropertyConverter.An
InputStream that contains no bytes.An (immutable) empty
Map, that supports all Map operations
without throwing exceptions (in contrast to Collections.EMPTY_MAP
that will throw exceptions on put/remove).An
OutputStream implementation that works as a sink.NullToneMapper.
Converts strings to numbers and back.
Orientation.
Decoder implementation for Apple PackBits run-length encoding.
Encoder implementation for Apple PackBits run-length encoding.
Support for various Adobe Photoshop Path related operations:
Extract a path from an image input stream,
Paths.readPath(ImageInputStream)
Apply a given path to a given BufferedImage Paths.applyClippingPath(Shape, BufferedImage)
Read an image with path applied Paths.readClipped(ImageInputStream)
Write an image with embedded path Paths.writeClipped(RenderedImage, Shape, String, ImageOutputStream)
ImageReader for ZSoft PC Paintbrush (PCX) format.
Reader for Apple Mac Paint Picture (PICT) format.
PICTImageReaderSpi
Writer for Apple Mac Paint Picture (PICT) format.
PICTImageWriterSpi
PixelizeOp
Platform
Enumeration of common System
Architectures.Enumeration of common
OperatingSystems.PNTGImageReader.
PNTGImageReaderSpi.
ProgressListenerBase
Converts strings to objects and back.
Provides provider info, like vendor name and version,
for
ImageReaderWriterSpi subclasses based on information in the manifest.PSD
ImageReader for Adobe Photoshop Document (PSD) format.
PSDImageReaderSpi
PSDImageResource
PSDImageWriteParam
Minimal ImageWriter for Adobe Photoshop Document (PSD) format.
PSDImageWriterSpi
PSDMetadata
PSDMetadataFormat
PhotoshopReader
QDTest
A data stream that is both readable and writable, much like a
RandomAccessFile, except it may be backed by something other than a file.A class containing various raster utility methods.
Deprecated.
Use com.twelvemonkeys.imageio.metadata.tiff.Rational instead.
Represents a rational number with a
long numerator and long denominator.ReaderFileSuffixFilter
ReaderWriterProviderInfo.
Util class for various reflection-based operations.
StringTokenizer replacement, that uses regular expressions to split
strings into tokens.An optional interface that may be implemented by service provider objects.
Resamples (scales) a
BufferedImage to a new width and height, using
high performance and high quality algorithms.Interface for seekable streams.
Abstract base class for
InputStreams implementing the Seekable interface.Abstract base class for
OutputStreams implementing the
Seekable interface.Error thrown by the
ServiceRegistry in case of a configuration
error.A registry for service provider objects.
Base class for easy read-only implementation of the standard image metadata format.
StringArrayReader
StringTokenIterator, a drop-in replacement for
StringTokenizer.A utility class with some useful string manipulation methods.
A wrapper for
ImageInputStream to limit the number of bytes that can be read.ImageOutputStream that writes through a delegate, but keeps local position and bit offset.
An
ImageFilter class for subsampling images.An
InputStream reading up to a specified number of bytes from an
underlying stream.Image reader for SVG document fragments.
SVGImageReaderSpi
Implementation of
IamgeReadParam for SVG images.A utility class with some useful system-related functions.
TGAImageWriteParam
TGAImageWriterSpi
ThumbsDBImageReader
ThumbsDBImageReaderSpi
Deprecated.
Use com.twelvemonkeys.imageio.metadata.tiff.TIFF instead.
TIFF
Represents a TIFF IFD entry.
TIFFImageMetadata.
TIFFImageMetadataFormat.
ImageReader implementation for Aldus/Adobe Tagged Image File Format (TIFF).
TIFFImageReaderSpi
TIFFImageWriteParam
TIFFImageWriter
TIFFImageWriterSpi
Deprecated.
Use
TIFFImageMetadataFormat instead.TIFFReader
///////////////////
TIFFStreamMetadata.
TIFFStreamMetadataFormat.
TIFFUtilities for manipulation TIFF Images and Metadata
TIFFWriter
Utility class for storing times in a simple way.
Converts strings to times and back.
Format for converting and parsing time.
A
Map implementation that removes (expires) its elements after
a given period.TokenIterator, Iterator-based replacement for StringTokenizer.
ToneMapper.
This exception may be thrown by
PropertyConverters, if a conversion
is attempted on the wrong type (class).ComponentColorModel subclass that correctly handles full 32 bit
TYPE_INT unsigned integral samples.URLImageInputStreamSpi
Experimental
Kind of like
org.apache.commons.lang.Validate.A generic visitor.
VP8LDecoder.
Special-purpose map implementation with weak keys and weak values.
WebPImageReaderSpi
Deprecated.
Will probably be removed in the near future
WMFImageReader class description.
WMFImageReaderSpi
WriterFileSuffixFilter
Wraps a
Writer in an OutputStream.XMLSerializer
XMP
XMPReader
XMPScanner
Fast YCbCr to RGB conversion.
AdobePathReaderinstead.