ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace
Inheritance Hierarchy
In This Topic
    ImageGear.Processing Namespace (ImageGear.Core)
    In This Topic
    This namespace represents the image and color processing API that allows you to promote or reduce colors using different interpolation algorithms. This API also allows you to rotate, flip, resize and crop images and provides image transformation methods such as remove red eye, perspective, solarize, warp, wave, etc.
    Classes
     ClassDescription
    ClassRepresents class to matrix store and matrix operations.
    ClassRepresents options for average interpolation.
    ClassDefines reduction options for Bayer reduction.
    ClassRepresents options for bicubic interpolation.
    ClassRepresents options for bilinear interpolation.
    ClassDefines reduction options for bitonal reduction.
    ClassContains methods for color reconstruction of digital camera RAW images.
    ClassRepresents color interpolation options.
    ClassRepresents contrast options.
    ClassDefines reduction options for diffuse reduction.
    ClassInterpolation options class that defines a threshold of ScaleToGray interpolation. Derived from ImGearInterpolationOptions class.
    ClassDefines reduction options for halftone reduction.
    ClassBase class for all interpolation options passed to ImGearProcessing.Resize and ImGearProcessing.CreateThumbnail methods.
    ClassDefines reduction options for median cut reduction.
    ClassRepresents options for nearest neighbor interpolation.
    ClassImplements ImGearNoneInterpolationOptions interface for the case when interpolation is not needed.
    ClassDefines options for octree reduction.
    ClassProcesses the RGB pixel using red-eye removal algorithm.
    ClassDefines options for popularity reduction.
    ClassRepresents options for PreserveWhite interpolation.
    ClassRepresents options for PreserveWhite interpolation.
    ClassProvides image processing methods that can be applied to both Raster and Vector images.
    ClassContains static methods that check whether particular ImGearProcessing operations are applicable to the page.
    ClassContains IG raster processing methods.
    ClassContains static methods that check whether particular ImGearRasterProcessing operations are applicable to the page.
    ClassSpecifies options for performing color reduction using the ImGearRasterProcessing.Reduce method.
    ClassDefines reduction options for scale reduction.
    ClassRepresents white balance as a pair of color temperature and tint.
    Interfaces
     InterfaceDescription
    InterfaceAn implementation of this interface is passed to ProcessArea method.
    Structures
     StructureDescription
    StructureRepresents pixel channel in ImageGear.Core.ImGearPage.
    StructureStores statistics for an image channel.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies modes for the bitonal color reduction method.
    EnumerationSpecifies brush types for Pointillist effect.
    EnumerationSpecifies the available colors for Color Filter Array encoded images.
    EnumerationSpecifies groups of DIB channels.
    EnumerationSpecifies contrast processing modes.
    EnumerationSpecifies types of convolution result.
    EnumerationDefines a direction of a shadow effect (location of the light source).
    EnumerationDefines the edge detection methods supported by ImageGear.
    EnumerationSpecifies types of edge map operation.
    EnumerationSpecifies mode of halftone color reduction method.
    EnumerationLists standard illuminants.
    EnumerationSpecifies type of interpolation method.
    EnumerationSpecifies types of lens flare effects.
    EnumerationIdentifies the type of arithmetic operation (merge method) that is performed on the values of all intersecting pixels resulting from the merge.
    EnumerationDefines a type of Mosaic effect.
    EnumerationSpecifies Night Vision effects supported by ImageGear.
    EnumerationDefines cell types for Pixelate operation.
    EnumerationDefines fill methods for Pixelate operation.
    EnumerationSpecifies ImageGear color reduction methods.
    EnumerationSpecifies predefined patterns for the Ripple effect.
    EnumerationSpecifies ImageGear rotation mode.
    EnumerationSpecifies fill styles for the Shear effect.
    EnumerationLists constants for preset white balance values.
    See Also