Releases: oscarotero/imagecow
Releases · oscarotero/imagecow
2.4.1
2.4.0
2.3.2
Fixed a bug related with ->resize()
using Gd library, that creates a weird black border.
Maybe it's related with https://bugs.php.net/bug.php?id=73281
Fixed not using imagescale()
, but the same resize function used in imagecow v1.x)
2.3.1
- Fixed
autoRotate()
.
2.3.0
- Added
blur()
function
2.2.1
2.2.0
2.1.6
- Fixed crop methods when
$x
and$y
values are passed as integers.
2.1.5
- Used different modes in Gd to reduce or enlarge images (
IMG_BICUBIC
to reduce andIMG_BILINEAR_FIXED
to enlarge). - Destroy the previous image in GD on convert, to free memory usage.