LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Leadtools.ImageProcessing Namespace
See Also  Inheritance Hierarchy
Overview and description of image processing classes, enumerations, and interfaces.

Classes

 ClassDescription
ChangeViewPerspectiveCommand Rotates and flips the image data as necessary to achieve the desired view perspective. Supported in Silverlight, Windows Phone 7
ClearCommand Sets all bits to 0 in the specified image, making it a black image. Supported in Silverlight, Windows Phone 7
ClearNegativePixelsCommand Sets all pixels with negative color values to 0. Supported in Silverlight, Windows Phone 7
CloneCommand Creates a copy of a a RasterImage object. Supported in Silverlight, Windows Phone 7
ColorResolutionCommand Converts an image from any bits-per-pixel to any bits-per-pixel. Supported in Silverlight, Windows Phone 7
ColorResolutionCommandDataEventArgs Provides data for the ColorResolutionCommand.Data event. Supported in Silverlight, Windows Phone 7
CombineFastCommand Combines image data from two images (source and destination), letting you specify the areas to be combined and the operations to be performed when combining the data. Supported in Silverlight, Windows Phone 7
CombineWarpCommand Combines image data from the source image (the slave) and the destination image (the master), using a perspective warp.
CopyDataCommand Copies image data from one image to another. Supported in Silverlight, Windows Phone 7
CopyRectangleCommand Copies a portion of an image to create another image that is the size of the rectangle that you specify. Supported in Silverlight, Windows Phone 7
CreateGrayscaleImageCommand Converts a 1-, 4-, 8-, 16-, 24-, or 32-bit RasterImage to an 8-bit, 12-bit, or 16-bit grayscale image. Supported in Silverlight, Windows Phone 7
CropCommand Crops the image, resulting in an image that is the size of the specified rectangle. Supported in Silverlight, Windows Phone 7
DetectAlphaCommand Determines if the image has meaningful alpha channel values. Supported in Silverlight, Windows Phone 7
FillCommand Fills the specified image with the specified color. Supported in Silverlight, Windows Phone 7
FlipCommand Flips a RasterImage from top to bottom or from left to right. Supported in Silverlight, Windows Phone 7
GrayscaleCommand Converts a 1-, 4-, 8-, 16-, 24-, or 32-bit image to an 8-bit, 12-bit, or 16-bit grayscale image. Supported in Silverlight, Windows Phone 7
RasterCommand The RasterCommand class implements IRasterCommand and is the base class for all LEADTOOLS image processing commands. Supported in Silverlight, Windows Phone 7
RasterCommandProcessor Batch processes a collection of RasterCommand object on a collection of RasterImage objects. Supported in Silverlight, Windows Phone 7
RasterCommandProcessorProgressEventArgs Provides data for the RasterCommandProcessor.Progress event. Supported in Silverlight, Windows Phone 7
RasterCommandProgressEventArgs Provides data for the RasterCommand.Progress event. Supported in Silverlight, Windows Phone 7
RasterUserMatchTable Maintains a predefined table to speed conversion with a user palette when using ColorResolutionCommand. Supported in Silverlight, Windows Phone 7
ResizeCommand Resizes the image from an existing image, and puts the resized image into a destination image, leaving the original image intact. Supported in Silverlight, Windows Phone 7
RotateCommand Rotates an image by the number of degrees specified. Supported in Silverlight, Windows Phone 7
ScrambleCommand Scrambles all or a portion of an image.
SetAlphaValuesCommand Fills the image alpha values, while preserving the other image components. Supported in Silverlight, Windows Phone 7
ShearCommand Moves the corners of an image in the fashion of a parallelogram. Supported in Silverlight, Windows Phone 7
SizeCommand Resizes an image to a new width and height. Supported in Silverlight, Windows Phone 7

Interfaces

 InterfaceDescription
IRasterCommand Allows an inheriting class to implement a RasterCommand class which, provides functionality for performing an image processing command on an image. Supported in Silverlight, Windows Phone 7

Enumerations

 EnumerationDescription
ColorResolutionCommandMode Options for the ColorResolutionCommand.Mode property. Supported in Silverlight, Windows Phone 7
ColorResolutionCommandPaletteFlags Palette options, for the ColorResolutionCommand.PaletteFlags property. Supported in Silverlight, Windows Phone 7
CombineFastCommandFlags Flags for the CombineFastCommand.Flags. Supported in Silverlight, Windows Phone 7
CombineWarpCommandFlags Flags for the CombineWarpCommand.Flags property.
RasterColorChannel Indicates the channel that will be used in image processing methods. Supported in Silverlight, Windows Phone 7
RasterCommandProcessorCancel Indicates whether or not to continue with the image processing command. Supported in Silverlight, Windows Phone 7
RotateCommandFlags Flags for the RotateCommand.Flags property. Supported in Silverlight, Windows Phone 7
ScrambleCommandFlags Flags for the ScrambleCommand.Flags property.

See Also