Demonstrates how to resize images and generate thumbnails.
Rotates and flips images. You can rotate both 90/180 degrees clockwise and counterclockwise as well as an arbitrary angle.
Demonstrates how to crop a portion of an image.
Adjusts a brightness/contrast of an image.
Automatically rotates images based on EXIF orientation field. For JPEG images it uses lossless transform to prevent quality degradation.
Tints image using specified color.
Implements Levels and Curves (look up tables) functionality of Photoshop as well as Lab color space usage.
Adjusts the channel balance of an image in RGB, HSL and Lab color spaces.
Demonstrates how to use morphological filters on images.
Demonstrates how to warp images on an arbitrary 3D surface described with a Bezier function.