Mikael Roos is announcing that CImage with version number 0.7.3 is already available to download.
What is CImage ?
CImage is A simple PHP library for supporting real-time image processing operations on the server, using PHP's famous built-in GD extension .
CImage simplifies the process of working with images via PHP and its GD extension.This small PHP class provides a much simpler and clearer syntax for editing and processing photo's on the server-side, and then caching and optimizing them for client-side delivery.CImage and its img.php class are easy to integrate into any existing application and will help Web developers easily crop, cut, resize or stretch photos to certain dimensions.Developers can not only manage an image's dimensions and aspect ratio, but they can also change its format, apply various effect filters on top, and also save it with various quality and compression settings.This can prove a very useful feature, especially when developing Web-based applications that need to work with images in one way or another.Usage instructions are provided with the CImage's README file.
This is changelog for CImage version 0.7.3 :
- Always use password, setting in img_config.php.
- Resize gif keeping transparency.
- Now returns statuscode 500 when something fails.
- Three different modes: strict, production, development.
You can read the complete changelog and also download this latest version on their homepage:
dbwebb.se