CImage release v0.5 & v0.5.1
This is release v0.5 & v0.5.1, which adds features and may break backward compatibility.
v0.5.1 (2014-02-12)
- Display image in README-file.
- Create an empty
cache
directory as part of repo.
v0.5 (2014-02-12)
- Change constant name
CImage::PNG_QUALITY_DEFAULT
toCImage::PNG_COMPRESSION_DEFAULT
. - Split JPEG quality and PNG compression,
CImage->quality
andCImage->compression
- Changed
img.php
parameter named, deflate
toco, compress
. - Separating configuration issues from
img.php
toimg_config.php
. - Format code according to PSR-2.
- Disabled post-processing JPEG and PNG as default.
- This version is supporting PHP 5.3, later versions will require 5.5 or later.
- Using GitHub issue tracking for feature requests and planning.
- Rewrote the manual.
- Created directory
webroot
and moved some files there.