Package com.twelvemonkeys.image

Classes for image manipulation.

See:
          Description

Interface Summary
BufferedImageFactory.ProgressListener This interface allows clients of a BufferedImageFactory to receive notifications of decoding progress.
 

Class Summary
AbstractImageSource AbstractImageSource

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 MagickImages to standard Java BufferedImages 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 Summary
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.
 

Package com.twelvemonkeys.image Description

Classes for image manipulation.

See the class ImageUtil.

Version:
1.0
Author:
Harald Kuhr


Copyright © 2015. All Rights Reserved.