Skip to content

Releases: oscarotero/imagecow

2.4.1

12 Jan 12:23
Compare
Choose a tag to compare
  • Fixed imagick compatibility checking #39

2.4.0

03 Jan 13:36
Compare
Choose a tag to compare
  • Fix background issues on rotated images #36
  • Added support for webp #37

2.3.2

11 Mar 11:23
Compare
Choose a tag to compare

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

31 Jan 20:54
Compare
Choose a tag to compare
  • Fixed autoRotate().

2.3.0

16 Nov 18:13
Compare
Choose a tag to compare
  • Added blur() function

2.2.1

19 Jul 10:32
Compare
Choose a tag to compare
  • Fixed progressive option in Imagick #31

2.2.0

13 Jul 16:49
Compare
Choose a tag to compare
  • Added the progressive option #29
  • Fixed a bug that didn't return the correct width/height for animated gifs #30

2.1.6

13 Jan 16:02
Compare
Choose a tag to compare
  • Fixed crop methods when $x and $y values are passed as integers.

2.1.5

13 Sep 12:56
Compare
Choose a tag to compare
  • Used different modes in Gd to reduce or enlarge images (IMG_BICUBIC to reduce and IMG_BILINEAR_FIXED to enlarge).
  • Destroy the previous image in GD on convert, to free memory usage.

2.1.4

06 Sep 09:33
Compare
Choose a tag to compare
  • Fixed resizeCrop in GD when the original image is smaller
  • Added experimental face detection by @aemr3 #25
  • Fixed CROP_BALANCE