Using the ImGearProcessing Class and the ImGearRasterProcessing Class it is possible to manipulate an image in different ways:
- Resize, crop, rotate and flip may be done with the identical members of the ImGearProcessing class.
- Change of contrast, brightness and/or gamma correction are available through InvertContrast method, AdjustContrast method and other members of the ImGearRasterProcessing class.
- To convert from one color representation to another (e.g., from RGB to CYMK, or RGBA to Grayscale, or 8-bit color to 32-bit color) ConvertColorSpace and ChangeChannelDepths methods of the ImGearRasterProcessing class can be used.
- A combination of two images into a new one may be created using the Merge, CombineChannels, and Blend methods.
- The alpha channel may be utilized though the BlendWithAlpha and ConvertColorSpace methods.