ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace
Inheritance Hierarchy
In This Topic
    ImageGear.Processing Namespace (ImageGear.Processing.Advanced)
    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
    ClassContains methods for image effects.
    ClassContains methods that check whether a particular effect can be performed on an image.
    ClassDescribes border characteristics of the Mosaic operation.
    ClassDescribes cell parameters of the Mosaic operation.
    ClassDescribes fill characteristics of the Mosaic operation.
    ClassDescribes parameters of the shadow effect to be applied to an image after dividing on the cells.
    ClassMatches cell images to fragments of the image to which the Picturize effect will be applied.
    ClassPreprocesses and stores a collection of cell images for Picturize effect.
    ClassDescribes border characteristics of the Pixelate operation.
    ClassDescribes cell parameters of the Pixelate operation.
    ClassDescribes fill characteristics of the Pixelate operation.
    ClassChecks the RGB pixel using red-eye detection algorithm.
    ClassChecks the pixel using the initial pixel and the threshold.
    ClassThis class contains parameters of a spotlight that can be used to highlight an image.
    Interfaces
     InterfaceDescription
    InterfaceAn implementation of this interface is passed to ImGearEffects.DetectArea method.
    Structures
     StructureDescription
    StructureStores cell image distribution settings for the Picturize effect.
    StructureStores the settings that specify how the ImGearEffects.Picturize method will match cell images to fragments of the source image.
    StructureStores the settings that specify how the ImGearEffects.Picturize method can modify cell images for the Picturize effect.
    Enumerations
     EnumerationDescription
    EnumerationIdentifies preset parameters for the ImGearEffects.MonochromeFilm method.
    See Also