1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-19 06:11:27 +02:00

crop=0,0 for whole width and height

This commit is contained in:
Mikael Roos
2013-10-15 01:11:13 +02:00
parent 7849f69801
commit d7b6f7e25d
2 changed files with 3 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ v0.4.x (latest)
* Always send Last-Modified-Header.
* Added `htmlentities()` to verbose output.
* Fixed support for jpeg, not only jpg.
* Fixed crop whole image by setting crop=0,0,0,0
v0.4 (2013-10-08)