| Class | Description |
| AdjustTintCommandBitmapEffect |
Adjusts the image tint by changing the colors in an image by using two separate color wheel rotations.
|
| ApplyMathematicalLogicCommandBitmapEffect |
Performs specific mathematical or logical operations on the colors of the image.
|
| AutoBinaryCommandBitmapEffect |
Applies binary segmentation to the image using an automatically calculated threshold based on a two-peak method of statistical analysis of the histogram. This command is available in LEADTOOLS Document and Medical Imaging toolkits.
|
| AutoColorLevelCommandBitmapEffect |
Applies one of several types of automatic color leveling to an image.
|
| ChangeContrastCommandBitmapEffect |
Increases or decreases the contrast of the image.
|
| ChangeHueCommandBitmapEffect |
Changes the hue of colors in an image by rotating the color wheel.
|
| ChangeIntensityCommandBitmapEffect |
Changes the intensity (brightness) of the image.
|
| ChangeSaturationCommandBitmapEffect |
Increases or decreases the saturation of colors in an image.
|
| ContrastBrightnessIntensityCommandBitmapEffect |
Applies contrast, brightness and intensity adjustments to enhance the image tonal range.
|
| ConvertToColoredGrayCommandBitmapEffect |
Converts an image to a grayscale image, then enhances the color components
based on the class properties. This class is available in LEADTOOLS
LEADTOOLS Document and Medical Imagingoolkits.
|
| DesaturateCommandBitmapEffect |
Converts the image to a grayscale level by reducing the saturation of each color to zero. The conversion will not change the color resolution.
|
| DynamicBinaryCommandBitmapEffect |
Converts an image into a black and white image without changing its bits
per pixel by using a local threshold value for each pixel of the image.
|
| GammaCorrectCommandBitmapEffect |
Adjusts the intensity of colors in an image by changing the gamma constant
that is used to map the intensity values.
|
| GammaCorrectExtendedCommandBitmapEffect |
Adjusts the intensity of colors in an image by changing the gamma constant that is used to map the intensity values.
Either of two different color spaces can be specified.
|
| GrayScaleExtendedCommandBitmapEffect |
Converts any image to a gray scale image without changing its resolution.
|
| GrayScaleToDuotoneCommandBitmapEffect |
Converts the grayscale image into a colored one by mixing or replacing the original values of the pixels with new colors.
|
| HistogramContrastCommandBitmapEffect |
Increases or decreases the contrast of the image, using a
histogram to determine the median brightness.
|
| HistogramEqualizeCommandBitmapEffect |
Linearizes the number of pixels, in an image, based on the specified
color space. This can be used to bring out the detail in dark areas of
an image.
|
| IntensityDetectCommandBitmapEffect |
Applies binary segmentation to an image by filtering a specific image
to detect colors in a specific intensity range, in a specific color
channel(s).
|
| InvertCommandBitmapEffect |
Inverts the colors in the specified image, giving it the appearance of a photographic
negative.
|
| LightControlCommandBitmapEffect |
Lightens or darkens all or part of an image by remapping the pixel values.
|
| LocalHistogramEqualizeCommandBitmapEffect |
Linearizes the number of pixels locally in an image, based on a specific
color space. This can be used to bring out the detail in dark areas of
an image, and smooth the edges between blocks. This class is available in
LEADTOOLS Medical Imaging toolkits.
|
| MathematicalFunctionCommandBitmapEffect |
Re-maps the image colors according to a mathematical function such as:
square, logarithm, square root, sine and cosine.
|
| MultiplyCommandBitmapEffect |
Increases or decreases the brightness in the image by multiplying the
colors in a specific image by a factoring value divided by 100.
|
| PosterizeCommandBitmapEffect |
Imposes a poster effect on an image by quantizing the image's colors to a
specified number of color levels per plane. For example, two levels means
two of red, two of green, and two of blue.
|
| RemapIntensityCommandBitmapEffect |
Uses a lookup table to change an image's intensity values. You can apply
the change to red, green, blue, or all color channels.
|
| SampleTargetCommandBitmapEffect |
Corrects color values by shifting the sample colors to the target colors.
|
| SegmentCommandBitmapEffect |
Divides the image into segments where each segment's pixels have
approximately the same color (homogenous color).
|
| SolarizeCommandBitmapEffect |
Applies an effect that mimics the accidental exposure of photographic
film to light. It does so by inverting all color data with an intensity
value greater than or equal to the threshold that you specify.
|
| StretchIntensityCommandBitmapEffect |
Increases the contrast in an image by centering, maximizing, and proportioning the range of intensity values.
|
| SwapColorsCommandBitmapEffect |
Swaps the specified color channels.
|