Class | Description |
---|---|
AbstractBufferedImageOp |
A convenience class which implements those methods of BufferedImageOp which are rarely changed.
|
DitherFilter |
A filter which performs ordered dithering on an image.
|
EdgeFilter |
An edge-detection filter.
|
EmbossFilter |
A class to emboss an image.
|
FlipFilter |
A filter which flips images or rotates by multiples of 90 degrees.
|
GrayscaleFilter |
A filter which converts an image to grayscale using the NTSC brightness
calculation.
|
InvertFilter |
A filter which inverts the RGB channels of an image.
|
KaleidoscopeFilter |
A Filter which produces the effect of looking into a kaleidoscope.
|
LightFilter |
A filter which produces lighting and embossing effects.
|
LightFilter.AmbientLight | |
LightFilter.DistantLight | |
LightFilter.Light |
A class representing a light.
|
LightFilter.Material |
A class representing material properties.
|
LightFilter.PointLight | |
LightFilter.SpotLight | |
MarbleFilter |
This filter applies a marbling effect to an image, displacing pixels by
random amounts.
|
PointFilter |
An abstract superclass for point filters.
|
PosterizeFilter |
A filter to posterize an image.
|
RGBAdjustFilter | |
SolarizeFilter |
A filter which solarizes an image.
|
StampFilter |
A filter which produces a rubber-stamp type of effect by performing a
thresholded blur.
|
TransformFilter |
An abstract superclass for filters which distort images in some way.
|
TwirlFilter |
A Filter which distorts an image by twisting it from the centre out.
|
WholeImageFilter |
A filter which acts as a superclass for filters which need to have the
whole image in memory to do their stuff.
|
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.