PHP OOIM
Package:
Summary:
Manipulate images in several ways
Groups:
Author:
Description:
This class can be used to manipulate images in several ways.
It can load a given image file in JPEG, GIF, PNG, BMP or XBM format and apply one or more image processing operations. Currently it supports the following operations:
- Scaling
- Cropping
- Adding a watermark
- Draw lines or boxes
- Filling white space with a color
The processed image can be saved to a file or displayed as the current script output.
It can load a given image file in JPEG, GIF, PNG, BMP or XBM format and apply one or more image processing operations. Currently it supports the following operations:
- Scaling
- Cropping
- Adding a watermark
- Draw lines or boxes
- Filling white space with a color
The processed image can be saved to a file or displayed as the current script output.
Comments are closed.