Skip to content

Releases: locomotivemtl/charcoal-image

charcoal-image 0.4.3.4

30 Jan 18:14
v0.4.3.4
d94c2b9

Choose a tag to compare

Summary:

  • Fix Blur Effect: Rename deprecated "radial" to "rotational".
  • Fix best fit in ImageMagick Resize effect.

charcoal-image 0.4.3.3

30 Jan 18:12

Choose a tag to compare

Summary:

  • Fix opacity value in Imagick Tint effect.
  • Fix occurrences of division by zero.
  • Fix issues reported by PHPCS and PHPUnit.

charcoal-image 0.4.3.2

30 Jan 18:10

Choose a tag to compare

Summary:

  • Add constraints to allowed modes of Resize effect.

charcoal-image 0.4.3.1

30 Jan 18:09

Choose a tag to compare

Summary:

  • Improve Imagick Crop effect: Use gravity to calculate image cropping.

charcoal-image 0.4.3

30 Jan 18:07

Choose a tag to compare

Highlights:

  • Implement fill mode on Resize effect.
  • Fix Imagick Crop Effect.
  • Improve type-hinting.

charcoal-image 0.4.2.1

30 Jan 18:05

Choose a tag to compare

Summary:

  • Fixed ImageMagick effects: Quoted image geometry for Crop and Resize effects.

charcoal-image 0.4.2

13 Jul 23:28

Choose a tag to compare

Highlights:

  • Added ImageMagick crop effect
  • Fixed ImageMagick resize effect when dealing with zeroes

charcoal-image 0.4.1

19 May 15:27

Choose a tag to compare

Highlights:

  • Added support to open remote URLs
  • Fixed image saving in ImageMagick
  • Removed leftover error logs in 0.4

charcoal-image 0.4

19 May 15:26

Choose a tag to compare

Highlights:

charcoal-image 0.3

19 Jan 14:22

Choose a tag to compare

  • Compliant with PSR-1;
  • Depends on locomotivemtl/charcoal-factory;
  • Updated Travis to test PHP 7.1, ignore HHVM;
  • Updated EditorConfig recommendations;
  • Removed Grunt + NPM;
  • Revised unit tests;
  • Various fixes and changes;