ImageGear23.Processing.Advanced Assembly : ImageGear.Processing Namespace |
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.
Class | Description | |
---|---|---|
ImGearEffects | Contains methods for image effects. | |
ImGearEffectsVerifier | Contains methods that check whether a particular effect can be performed on an image. | |
ImGearMosaicBorderParams | Describes border characteristics of the Mosaic operation. | |
ImGearMosaicCellParams | Describes cell parameters of the Mosaic operation. | |
ImGearMosaicFillParams | Describes fill characteristics of the Mosaic operation. | |
ImGearMosaicShadowParams | Describes parameters of the shadow effect to be applied to an image after dividing on the cells. | |
ImGearPicturizeMatchingMatrix | Matches cell images to fragments of the image to which the Picturize effect will be applied. | |
ImGearPicturizePreprocessedCollection | Preprocesses and stores a collection of cell images for Picturize effect. | |
ImGearPixelateBorderParams | Describes border characteristics of the Pixelate operation. | |
ImGearPixelateCellParams | Describes cell parameters of the Pixelate operation. | |
ImGearPixelateFillParams | Describes fill characteristics of the Pixelate operation. | |
ImGearPixelCheckerRedEyeRGB | Checks the RGB pixel using red-eye detection algorithm. | |
ImGearPixelCheckerThreshold | Checks the pixel using the initial pixel and the threshold. | |
ImGearSpotlight | This class contains parameters of a spotlight that can be used to highlight an image. |
Interface | Description | |
---|---|---|
IImGearPixelChecker | An implementation of this interface is passed to ImGearEffects.DetectArea method. |
Structure | Description | |
---|---|---|
ImGearPicturizeDistributionSettings | Stores cell image distribution settings for the Picturize effect. | |
ImGearPicturizeMatchingSettings | Stores the settings that specify how the ImGearEffects.Picturize method will match cell images to fragments of the source image. | |
ImGearPicturizeMixingSettings | Stores the settings that specify how the ImGearEffects.Picturize method can modify cell images for the Picturize effect. |
Enumeration | Description | |
---|---|---|
ImGearMonochromeFilmPreset | Identifies preset parameters for the ImGearEffects.MonochromeFilm method. |