Atalasoft.Imaging.ImageProcessing Namespace |
| Class | Description | |
|---|---|---|
| ApplyPaletteCommand |
Summary description for ApplyPaletteCommand.
| |
| AutoConfigurableAttribute | When applied to a property in an ImageCommand, allows is to be an Auto Configurable. | |
| AutoCropCommand | Automatically crops an image by removing borders around the edge of an image with a solid color.
| |
| ChangePixelFormatCommand | Changes the image to a new PixelFormat. | |
| ColormatchedMask | This class is used to get a mask image matching a specified color or contiguous pixels at a specified
point. | |
| CropCommand | Creates a new image from a rectangular section in the source image. | |
| Histogram |
Summary description for Histogram.
| |
| ImageAnalyzerT |
The ImageAnalyzer class is a generic class to perform analysis on an image reducing it to a single type.
| |
| ImageCommand | Represents the base class for all image processing routines that modify image data. | |
| ImageRegionCommand | Derives from ImageCommand and adds region of interest capability to ImageCommands.
| |
| ImageResults |
This class is used to contain information generated during the processing of an ImageCommand.
| |
| LosslessJpeg |
Summary description for LosslessJpeg.
| |
| NoiseGenerator |
Summary description for NoiseGenerator.
| |
| OverlayCommand |
Summary description for tmpOverlay.
| |
| OverlayMaskedCommand | Overlay a specified image onto the source image using an 8-bit grayscale mask image to control the
transparency of the overlay. | |
| OverlayMergedCommand |
Summary description for OverlayMergedCommand.
| |
| RegionOfInterest | This object can be passed into most ImageCommands to indicate a region of the image to
process. Any shaped region can be used by specifying a Region object or a simple
Rectangle. | |
| ResampleColormappedToRgbCommand |
Summary description for ResampleColormappedToRgbCommand.
| |
| ResampleCommand |
Summary description for ResampleCommand.
| |
| ResampleMaskedCommand |
Summary description for ResampleMaskedCommand.
| |
| ThreadedCommand | ThreadedCommand is a proxy command that will induce ImageCommands that support multithreading to run in on
multiple threads. | |
| Thumbnail |
Summary description for Thumbnail.
|
| Interface | Description | |
|---|---|---|
| IPropertiesAutoConfigurable | This interface when applied to an ImageCommand allowing the command to have properties that the algorithm
will automatically determine based on image metrics. | |
| IThreadableCommand | This interface is applied to an ImageCommand to support parallelization. |
| Enumeration | Description | |
|---|---|---|
| AlphaMergeType |
When images are combined, the alpha channels may be merged in one of many ways as listed in this enumeration.
| |
| ChannelFlags |
Bit flags used by some methods to specify which channels to work with.
| |
| ColorMatchMode | Specifies the type of colormatching to use when using FloodFillCommand. | |
| DitheringMode | Specifies the dithering algorithm to use when converting an image to colormapped. | |
| InterpolationMode | Specifies the interpolation to use with various image processing commands. | |
| JpegTransformFlags | ||
| JpegTransformType | ||
| MergeOption |
Image overlay merge options.
| |
| NoiseGeneratorMode | Specifies the type of noise. | |
| ResampleMethod | Specifies the type of resampling method to apply when using the %ResampleCommand%,
%ResampleColormappedToRgbCommand% or the %Atalasoft.Imaging.ImageProcessing.Document.ResampleDocumentCommand%.
|