Interface | Description |
---|---|
BufferedImageFactory.ProgressListener |
This interface allows clients of a
BufferedImageFactory to
receive notifications of decoding progress. |
Class | Description |
---|---|
AbstractImageSource |
AbstractImageSource
|
AffineTransformOp |
This is a drop-in replacement for
AffineTransformOp . |
AreaAverageOp |
AreaAverageOp
|
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 . |
ConvolveWithEdgeOp |
This class implements a convolution from the source
to the destination.
|
CopyDither |
This BufferedImageOp simply copies pixels, converting to a
IndexColorModel . |
DiffusionDither |
This
BufferedImageOp/RasterOp implements basic
Floyd-Steinberg error-diffusion algorithm for dithering. |
GraphicsUtil |
GraphicsUtil
|
GrayColorModel |
This class represents a 256 color fixed grayscale IndexColorModel.
|
GrayFilter |
This class can convert a color image to grayscale.
|
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. |
MagickUtil |
Utility for converting JMagick
MagickImage s to standard Java
BufferedImage s and back. |
MonochromeColorModel |
Monochrome B/W color model.
|
PixelizeOp |
PixelizeOp
|
ResampleOp |
Resamples (scales) a
BufferedImage to a new width and height, using
high performance and high quality algorithms. |
SubsamplingFilter |
An
ImageFilter class for subsampling images. |
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.
|
ImageUtil
.Copyright © 2017. All rights reserved.