Demos & Samples
#transform 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.
C Drawing
C.02 Matrix Transform
Applies an affine transformation (translate, rotate, resize, shear and their combinations) to a drawn graphics using a matrix.
C.03 Graphics Path
Demonstrates how to draw complicated graphics using Graphics Paths.