AbstractConvolver |
An abstract base class for filters that perform convolutions.
|
AbstractFunctionFilter |
An abstract base class for filters that apply a transfer function to the red,
green, and blue channels to produce a result.
|
AbstractImageFilter |
An abstract base class for filtering images.
|
AbstractImagewiseFilter |
An abstract base class for image filters that require access to the entire
image at once when processing.
|
AbstractPixelwiseFilter |
An abstract superclass for filters that work on a pixel-by-pixel basis, where
the new value of a given pixel is independent of every other pixel and the
location of the pixel in the image.
|
AbstractRowwiseFilter |
An abstract superclass for filters that work on a row-by-row basis.
|
AbstractTintingFilter |
|
AlphaInversionFilter |
An image filter that inverts the alpha channel of a source image: transparent
areas will become solid and vice-versa.
|
AlphaStrengthenFilter |
A filter that increases the overall opacity of an image.
|
BloomFilter |
An image filter that applies a bloom effect to images.
|
BlurFilter |
A filter that performs a fast box blur operation.
|
BrightnessContrastFilter |
An image filter that adjusts the brightness and contrast of an image.
|
ChannelFunctionFilter |
A image filter that applies a function to each channel.
|
ChannelSwapFilter |
A filter that allows channels in the source image to be swapped around,
inverted, or filled with constant values.
|
CheckeredScreenFilter |
A filter that applies a checkerboard pattern to the source image by
multiplying the alpha channel of alternating pixels by different values.
|
ClearFilter |
Sets every pixel in an image to a single ARGB value.
|
CloneFilter |
A filter that creates an identical copy of the source image.
|
ColorOverlayFilter |
Sets every pixel to a common RGB value without modifying the alpha channel.
|
CompoundPixelwiseFilter |
|
ConvolveFilter |
Performs an image convolution on an image.
|
DarkMagicFilter |
A filter which inverts the brightness each pixel without affecting the
colour.
|
GammaCorrectionFilter |
Applies a gamma correction function to the source image.
|
GaussianBlurFilter |
A filter that applies a Gaussian blur to the source image.
|
GlowFilter |
A filter that applies a glow effect around the edge defined by the
non-transparent parts of an image.
|
GreyscaleFilter |
A filter that converts images to greyscale, completely desaturating the
colours.
|
InversionFilter |
An image filter that inverts the pixel values of the source image, producing
a negative image.
|
MarginFilter |
This filter adds or removes space around the outside of an image.
|
OilPaintingFilter |
A filter that simulates oil painting.
|
PixelArtUpscalingFilter |
An image filter that upscales images to twice their original size.
|
ReplaceHueSaturationFilter |
A tinting filter that replaces the hue and saturation of every pixel with
fixed values, and scales the brightness.
|
SharpenFilter |
A filter that sharpens the input image.
|
StencilFilter |
Set the alpha channel of an image using the pixels of another image as a
stencil.
|
StrokeFilter |
An image filter that strokes the outline of the image shape.
|
SubstitutionFilter |
An image filter that replaces one ARGB value with another.
|
TintCache |
|
TintFilter |
A basic, general purpose card tinting filter.
|
TintFilter.ScaledTintFilter |
A TintFilter that scales its saturation and brightness.
|
TintOverlayFilter |
This filter changes the colour of every pixel to an HSB colour value, but
leaves the alpha value untouched.
|
TrimFilter |
Automatically crops an image by trimming off edges that fail to satisfy a
test.
|
Tuning |
The Tuning class contains tuning hints that help the image processing
system decide between multiple algorithms when performing certain operations.
|
TurnAndFlipFilter |
This filter performs 90 degree rotations and horizontal or vertical flips on
an image.
|