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

Classes

 ClassDescription
ClassChangeViewPerspectiveCommand Rotates and flips the image data as necessary to achieve the desired view perspective.
ClassClearCommand Sets all bits to 0 in the specified image, making it a black image.
ClassClearNegativePixelsCommand Sets all pixels with negative color values to 0.
ClassCloneCommand Creates a copy of a a RasterImage object.
ClassColorResolutionCommand Converts an image from any bits-per-pixel to any bits-per-pixel.
ClassColorResolutionCommandDataEventArgs Provides data for the ColorResolutionCommand.Data event.
ClassCombineFastCommand 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.
ClassCombineWarpCommand Combines image data from the source image (the slave) and the destination image (the master), using a perspective warp.
ClassCopyDataCommand Copies image data from one image to another.
ClassCopyRectangleCommand Copies a portion of an image to create another image that is the size of the rectangle that you specify.
ClassCreateGrayscaleImageCommand Converts a 1-, 4-, 8-, 16-, 24-, or 32-bit RasterImage to an 8-bit, 12-bit, or 16-bit grayscale image.
ClassCropCommand Crops the image, resulting in an image that is the size of the specified rectangle.
ClassFillCommand Fills the specified image with the specified color.
ClassFlipCommand Flips a RasterImage from top to bottom or from left to right.
ClassGrayscaleCommand Converts a 1-, 4-, 8-, 16-, 24-, or 32-bit image to an 8-bit, 12-bit, or 16-bit grayscale image.
ClassRasterCommand The RasterCommand class implements IRasterCommand and is the base class for all LEADTOOLS image processing commands.
ClassRasterCommandProcessor Batch processes a collection of RasterCommand object on a collection of RasterImage objects.
ClassRasterCommandProcessorProgressEventArgs Provides data for the RasterCommandProcessor.Progress event.
ClassRasterCommandProgressEventArgs Provides data for the RasterCommand.Progress event.
ClassRasterUserMatchTable Maintains a predefined table to speed conversion with a user palette when using ColorResolutionCommand.
ClassResizeCommand Resizes the image from an existing image, and puts the resized image into a destination image, leaving the original image intact.
ClassRotateCommand Rotates an image by the number of degrees specified.
ClassScrambleCommand Scrambles all or a portion of an image.
ClassSetAlphaValuesCommand Fills the image alpha values, while preserving the other image components.
ClassShearCommand Moves the corners of an image in the fashion of a parallelogram.
ClassSizeCommand Resizes an image to a new width and height.

Interfaces

 InterfaceDescription
InterfaceIRasterCommand Allows an inheriting class to implement a RasterCommand class which, provides functionality for performing an image processing command on an image.

Enumerations

 EnumerationDescription
EnumerationColorResolutionCommandMode Options for the ColorResolutionCommand.Mode property.
EnumerationColorResolutionCommandPaletteFlags Palette options, for the ColorResolutionCommand.PaletteFlags property.
EnumerationCombineFastCommandFlags Flags for the CombineFastCommand.Flags.
EnumerationCombineWarpCommandFlags Flags for the CombineWarpCommand.Flags property.
EnumerationRasterColorChannel Indicates the channel that will be used in image processing methods.
EnumerationRasterCommandProcessorCancel Indicates whether or not to continue with the image processing command.
EnumerationRotateCommandFlags Flags for the RotateCommand.Flags property.
EnumerationScrambleCommandFlags Flags for the ScrambleCommand.Flags property.

See Also