Demos & Samples

#image processing filter is applied. Clear filter

B Filters and Transforms

B.01 Resize

Demonstrates how to resize images and generate thumbnails.

B.02 Rotate, Flip

Rotates and flips images. You can rotate both 90/180 degrees clockwise and counterclockwise as well as an arbitrary angle.

B.03 Crop

Demonstrates how to crop a portion of an image.

B.05 Autorotate

Automatically rotates images based on EXIF orientation field. For JPEG images it uses lossless transform to prevent quality degradation.

B.06 Tint

Tints image using specified color.

H Green Screen Removal

H.01 Green Screen Removal

Demonstrates how to apply green screen matting (chroma keying) technique, i.e. removes green background from an image.