1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-25 17:00:44 +02:00

implemented filters and quality, chenged how arguments was handled.

This commit is contained in:
Mikael Roos
2012-05-09 17:57:48 +02:00
parent 5377b1441a
commit e4ff269a60
4 changed files with 213 additions and 49 deletions

View File

@@ -21,6 +21,20 @@ Mikael Roos (mos@dbwebb.se)
Revision history
----------------
ToDo.
* crop
* Pre-defined sizes.
v0.2 (2012-05-09)
* Implemented filters as in http://php.net/manual/en/function.imagefilter.php
* Changed `crop` to `crop_to_fit`, woks the same way.
* Changed arguments to method and sends them in array.
* Added quality-setting.
* Added testcases for above.
v0.1.1 (2012-04-27)
* Corrected calculation where both width and height were set.