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
cachedirectory as part of repo.
v0.5 (2014-02-12)
- Change constant name
CImage::PNG_QUALITY_DEFAULTtoCImage::PNG_COMPRESSION_DEFAULT. - Split JPEG quality and PNG compression,
CImage->qualityandCImage->compression - Changed
img.phpparameter named, deflatetoco, compress. - Separating configuration issues from
img.phptoimg_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
webrootand moved some files there.
