Class | Description | |
---|---|---|
AddNoiseCommandBitmapEffect | Adds random pixels to an image, letting you specify the percentage of coverage and the color plane. | |
AverageCommandBitmapEffect | Changes the color of each pixel in an image to the average color of pixels in its neighborhood. This results in a blur effect. | |
BinaryFilterCommandBitmapEffect | Imposes a binary filter on an image. This command is available in LEADTOOLS Document and Medical Imaging toolkits. | |
ColorHalftoneCommandBitmapEffect | Shows the effect of using an enlarged halftone screen on each image channel. The filter divides the image into rectangles and replaces each rectangle with circles. Each channel has a separate grid of circles, and has its own angle setting. The size of each circle is proportional to the brightness of the rectangle that it is replacing. This method is available in LEADTOOLS Document and Medical Imaging toolkits. | |
CubismCommandBitmapEffect | Remaps the image into a collection of rotated rectangles (cubic faces) so that it appears to have been created in the Cubist art style. | |
EdgeDetectEffectCommandBitmapEffect | Performs edge detection on the image. | |
EmbossCommandBitmapEffect | Applies an emboss effect to an image, letting you specify the depth and direction of the effect. | |
GaussianCommandBitmapEffect | Smooths or blurs an image by applying a Gaussian filter to the specified image. | |
HighPassCommandBitmapEffect | Removes low frequency details in an image, resulting in a sharpened image. | |
MaskConvolutionCommandBitmapEffect | Applies various 3d effects to an image. | |
MosaicCommandBitmapEffect | Imposes a mosaic effect on an image by dividing the image into tiles of a specified size and changing the color of all pixels in each tile to the average color of pixels within the tile. | |
MotionBlurCommandBitmapEffect | Applies a filter, which creates the illusion of movement in an image. | |
OilifyCommandBitmapEffect | Applies an oil-painting effect to the image. | |
SharpenCommandBitmapEffect | Increases or decreases the sharpness of a specific image. | |
SmoothEdgesCommandBitmapEffect | Smoothes the rough edges in the image. | |
SpatialFilterCommandBitmapEffect | Imposes a spatial filter on an image. This command is available in LEADTOOLS Document and Medical Imaging toolkits. | |
UnsharpMaskCommandBitmapEffect | Sharpens the image by applying the unsharp mask. |
Enumeration | Description | |
---|---|---|
CubismCommandBitmapEffectsFlags | Flags that indicate the background color, cube shape and cube orientation. | |
EdgeDetectEffectCommandBitmapEffectsType | Flag that indicates the type of edge to generate. | |
EmbossCommandBitmapEffectsDirection | Enumerated values used to determine the direction of the apparent light source. | |
MaskConvolutionCommandBitmapEffectsType | Enumeration that indicates which mask to use in the convolution process. | |
RasterColorBitmapEffectsChannel | Indicate the channel that will be used in image processing methods. | |
UnsharpMaskCommandBitmapEffectsColorType | Enumeration that indicates the color space in which to apply the mask. |