| Interface | Description |
|---|---|
| Colormap |
An interface for color maps.
|
| MutatableFilter | |
| Quantizer |
The interface for an image quantizer.
|
| Class | Description |
|---|---|
| ArrayColormap |
A colormap implemented with an array of colors.
|
| AverageFilter | |
| BinaryFilter | |
| BlockFilter |
A Filter to pixellate images.
|
| BlurFilter | |
| BorderFilter | |
| BumpFilter | |
| CausticsFilter | |
| CellularFilter | |
| ChannelMixFilter | |
| CheckFilter |
A Filter to draw grids and check patterns.
|
| ContrastFilter | |
| ConvolveFilter |
A filter which applies a convolution kernel to an image.
|
| CraterFilter | |
| CrystalizeFilter | |
| DiffusionFilter |
A filter which uses Floyd-Steinberg error diffusion dithering to halftone an image.
|
| DilateFilter |
Given a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color.
|
| DistanceFilter | |
| DitherFilter | |
| EdgeFilter | |
| EmbossFilter |
A class to emboss an image.
|
| ErodeFilter |
Given a binary image, this filter performs binary erosion, setting all removed pixels to the given 'new' color.
|
| FBMFilter | |
| FillFilter | |
| FlipFilter | |
| GammaFilter | |
| GaussianFilter |
A filter which applies Gaussian blur to an image.
|
| Gradient |
A Colormap implemented using Catmull-Rom colour splines.
|
| GradientFilter | |
| GrayFilter | |
| GrayscaleColormap |
A grayscale colormap.
|
| GrayscaleFilter | |
| HSBAdjustFilter | |
| ImageMath |
A class containing static math methods useful for image processing.
|
| InvertFilter |
A filter which inverts the RGB channels of an image.
|
| Kernel |
A convolution kernel.
|
| LifeFilter | |
| LightFilter | |
| LightFilter.Light | |
| LightFilter.Material | |
| LinearColormap |
A colormap which interpolates linearly between two colors.
|
| LookupFilter | |
| MarbleFilter |
This filter applies a marbling effect to an image, displacing pixels by random amounts.
|
| MaximumFilter | |
| MedianFilter | |
| MinimumFilter | |
| Morph | |
| MotionBlurFilter | |
| NoiseFilter | |
| OctTreeQuantizer |
An image Quantizer based on the Octree algorithm.
|
| OffsetFilter | |
| OilFilter | |
| OpacityFilter |
Sets the opacity (alpha) of every pixel in an image to a constant value.
|
| OutlineFilter |
Given a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color.
|
| PerspectivFilter | |
| PixelUtils |
Some more useful math functions for image processing
|
| PlasmaFilter | |
| PolarFilter | |
| QuantizeFilter |
A filter which quantizes an image to a set number of colors - useful for producing
images which are to be encoded using an index color model.
|
| QuiltFilter | |
| ReduceFilter | |
| RescaleFilter | |
| RGBAdjustFilter | |
| RippleFilter |
A filter which distorts an image by rippling it in the X or Y directions.
|
| RotateFilter | |
| ShadowFilter | |
| ShapeFilter | |
| SharpenFilter | |
| ShearFilter | |
| SkeletonFilter | |
| SolarizeFilter |
A filter which solarizes an image.
|
| SparkleFilter | |
| SphereFilter | |
| SplineColormap |
A Colormap implemented using Catmull-Rom colour splines.
|
| TextureFilter | |
| ThresholdFilter | |
| TileImageFilter | |
| TransferFilter | |
| 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.
|
| WarpFilter |
A filter for warping images using the gridwarp algorithm.
|
| WarpGrid |
A warp grid.
|
| WaterFilter | |
| WeaveFilter | |
| WholeImageFilter |
A filter which acts as a superclass for filters which need to have the whole image in memory
to do their stuff.
|