| Interface | Description |
|---|---|
| Colormap |
An interface for color maps.
|
| Class | Description |
|---|---|
| AbstractBufferedImageOp |
A convenience class which implements those methods of BufferedImageOp which are rarely changed.
|
| BoxBlurFilter |
A filter which performs a box blur on an image.
|
| CompositeFilter |
A filter which composites two images together with an optional transform.
|
| CompoundFilter |
A BufferedImageOp which combines two other BufferedImageOps, one after the other.
|
| ContrastFilter |
A filter to change the brightness and contrast of an image.
|
| ConvolveFilter |
A filter which applies a convolution kernel to an image.
|
| GaussianFilter |
A filter which applies Gaussian blur to an image.
|
| GrayscaleFilter |
A filter which converts an image to grayscale using the NTSC brightness calculation.
|
| ImageMath |
A class containing static math methods useful for image processing.
|
| MaskFilter |
Applies a bit mask to each ARGB pixel of an image.
|
| MedianFilter |
A filter which performs a 3x3 median operation.
|
| MiscComposite | |
| MiscCompositeContext | |
| MotionBlurFilter |
A filter which produces motion blur the faster, but lower-quality way.
|
| OpacityFilter |
Sets the opacity (alpha) of every pixel in an image to a constant value.
|
| PixelUtils |
Some more useful math functions for image processing.
|
| PointFilter |
An abstract superclass for point filters.
|
| RaysFilter | |
| ReduceNoiseFilter |
A filter which performs reduces noise by looking at each pixel's 8 neighbours, and if it's a minimum or maximum,
replacing it by the next minimum or maximum of the neighbours.
|
| RGBAdjustFilter | |
| ShadowFilter |
A filter which draws a drop shadow based on the alpha channel of the image.
|
| SharpenFilter |
A filter which performs a simple 3x3 sharpening operation.
|
| ThresholdFilter |
A filter which performs a threshold operation on an image.
|
| TransferFilter | |
| WholeImageFilter |
A filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff.
|
Copyright © 2020. All rights reserved.