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 and ImGearRasterProcessing Class.
- Change of contrast, brightness and/or gamma correction are available through InvertContrast Method(), AdjustContrast Method() and other members.
- 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 Method() and ChangeChannelDepths Method() can be used.
- A combination of two images into a new one may be created using the Merge Method(), CombineChannels Method() and Blend Method().
- The alpha channel may be operated though the BlendWithAlpha Method() and ConvertColorSpace Method() members.
- The System Bitmap instance for particular page may be obtained with the Export Method() routine.