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