Easy PHP Thumbnail Class can be used to manipulate images and generate thumbnails. It can load images from files and generate thumbnails that can be saved to files or be generated as the current script output. The class can also perform other image manipulation functions such as adding shadows, clipping rounded corners, filters, bilineair image deformations, and more. Over 45 image manipulation functions are available.
| Tags | multimedia Graphics Graphics Conversion Internet Web Dynamic Content CGI Tools/Libraries Software Development Libraries php classes |
|---|---|
| Licenses | Common Public |
| Operating Systems | OS Independent |
| Implementation | PHP |
| Translations | English |
Recent releases


Release Notes: The transparency function, Maketransparent, was improved. An option to keep the transparency of the source image was added. A canvas function was added to create an image from memory. A base64 function was added to output a thumbnail as base64 encoded data. The "polaroid" and "displacementmap" functions were added to the open source version. The Addtext function was added to add text to the original image. Comments were added to the code to allow custom "lightweight" builds. A bug in the displacementmap function was fixed.


Release Notes: The option to save a thumbnail with a new filename was adde. The option to set both the width and height of a thumbnail was added. A bug was fixed in the chmod option. Animated PNG (ANPG) support was added.


Release Notes: A bugfix in the resize function related to percentage and inflation parameters.


Release Notes: This release adds a square crop option to the Cropimage() function.


Release Notes: This release adds many new features and effects. It optimizes the code and fixes some minor bugs.