1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-18 05:41:24 +02:00

Corrected error on calculation of height and width for crop-to-fit

This commit is contained in:
Mikael Roos
2012-10-03 00:24:15 +02:00
parent ce63730cb6
commit 28b107e64f
3 changed files with 20 additions and 12 deletions

View File

@@ -63,11 +63,14 @@ center of the image from which the crop is done.
* Show how to integrate with WordPress, shortcodes.
* Support for resizing opaque images.
* Clean up code in `CImage.php`.
* Better errorhandling for invalid dimensions.
* Crop-to-fit does not work.
v0.? (latest)
v0.3x (latest)
* Corrected error on naming cache-files using subdir.
* Corrected calculation error on width & height for crop-to-fit.
v0.3 (2012-10-02)