This package can be used to perform several image manipulation operations.
It can open images in the PNG,JPEG and GIF format and perform operations like:
- Resizing the image (to given size, based on ratio, min width/height filters)
- Place a watermark image in one of the corners of the original image
- Crop the image at given coordinates
- Rotate the image by a given angle (90, -90 or 180 degrees)
- Apply image transformation filters
- Merge images
- Add simple strings to images
The processed image can be served as the current script output (PNG) or saved to a file in PNG, JPEG or GIF format.