Cory S.N. LaViska is announcing that SimpleImage with version number 2.5.6 is already available to download.
What is SimpleImage ?
SimpleImage is A library to process images directly via PHP code, working atop the PHP GD module and allowing developers to easily manipulate the content of a photo .
SimpleImage provides an interface for developers to interact with the GD library via a much more simplified syntax.It includes various utilities for image resizing, rotation and also various filters. Some of the included filters are:- Brightness adjustment- Contrast adjustment- Desaturate (Greyscale)- Invert colors- Colorize- Edges- Emboss- Mean removal- Sepia tone- Gaussian blur- Pixelate- Sketch- SmoothThese can be used to process images without having to edit them manually in a desktop photo editor, nor have to write complex, large blocks of code to add simple effects to an image.A demo is included with the SimpleImage package.
This is changelog for SimpleImage version 2.5.6 :
- Added load_base64() method.
You can read the complete changelog and also download this latest version on their homepage: www.abeautifulsite.net
