Imagecow Versions Save

PHP library to manipulate and generate responsive images

v2.4.1

5 years ago
  • Fixed imagick compatibility checking #39

v2.4.0

5 years ago
  • Fix background issues on rotated images #36
  • Added support for webp #37

v2.3.2

6 years ago

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)

v2.3.1

6 years ago
  • Fixed autoRotate().

v2.3.0

6 years ago
  • Added blur() function

v2.2.1

6 years ago
  • Fixed progressive option in Imagick #31

v2.2.0

6 years ago
  • Added the progressive option #29
  • Fixed a bug that didn't return the correct width/height for animated gifs #30

v2.1.6

7 years ago
  • Fixed crop methods when $x and $y values are passed as integers.

v2.1.5

7 years ago
  • 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.

v2.1.4

7 years ago
  • Fixed resizeCrop in GD when the original image is smaller
  • Added experimental face detection by @aemr3 #25
  • Fixed CROP_BALANCE