Class | Description | |
---|---|---|
HalfTonePatternCommandBitmapEffect | Creates a halftone screen effect for an image while keeping its continuous range of tones. This method is available in LEADTOOLS Document and Medical Imaging toolkits. | |
MaximumCommandBitmapEffect | Erodes dark objects by the specified amount. This command is available in LEADTOOLS Document and Medical Imaging Toolkits. | |
MedianCommandBitmapEffect | Changes the color of each pixel in an image to the median color of pixels in its neighborhood. This is similar to the Leadtools.Windows.Media.Effects.Effects.AverageCommandBitmapEffect command, but it is used for noise reduction, rather than a blur effect. | |
MinimumCommandBitmapEffect | Dilates dark objects by the specified amount.This command is available in LEADTOOLS LEADTOOLS Document and Medical Imaging toolkits. | |
MultiscaleEnhancementCommandBitmapEffect | Enhances an image’s contrast, edges, and density range for use in Computed Radiography (CR), in a way that all relevant image features are rendered with an appropriate level of visibility. | |
ResizeInterpolateCommandBitmapEffect | Resizes images to the desired size using the specified algorithm. | |
SubtractBackgroundCommandBitmapEffect | Removes the background from the image. This command is available in LEADTOOLS Document and Medical Imaging toolkits. |
Enumeration | Description | |
---|---|---|
HalfTonePatternCommandBitmapEffectsType | This enumeration contains the possible halftone patterns. | |
MultiscaleEnhancementCommandBitmapEffectsFlags | Flags that determine method behavior. | |
MultiscaleEnhancementCommandBitmapEffectsType | Values that determine the type of filter used. | |
ResizeInterpolateCommandBitmapEffectsType | Represents the algorithm type used in resizing the image. | |
SubtractBackgroundCommandBitmapEffectsFlags | Flags that indicate whether the background is darker than the foreground, and whether to show the objects without the background. You must select one from each group. | |
SubtractBackgroundCommandBitmapEffectsType | Enumerated values that represent the shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy. |