Skip to content

Releases: Orbitale/ImageMagickPHP

v3.3.2

21 Dec 09:09
v3.3.2
4e59f42
Compare
Choose a tag to compare

See changes in the CHANGELOG file.

v3.3.1

21 Dec 09:08
v3.3.1
7b18b46
Compare
Choose a tag to compare

See changes in the CHANGELOG file.

v3.3.0

15 Dec 14:24
v3.3.0
7ef0c65
Compare
Choose a tag to compare

See changes in the CHANGELOG file.

v3.2.0

08 Apr 13:40
v3.2.0
d2ae78b
Compare
Choose a tag to compare

See changes in the CHANGELOG file.

v3.1.1

08 Apr 13:39
v3.1.1
b09d5ec
Compare
Choose a tag to compare

See changes in the CHANGELOG file.

v3.1.0

16 Jan 12:01
v3.1.0
38bc775
Compare
Choose a tag to compare

Important note ⚠

Starting from this version (v3.1.0), all upcoming releases will only be published as tags, and not as "Github Releases".

If you need to see the changelog for a specific version, check the CHANGELOG.md file.

New features

Allow multiple sources as first parameter of convert() method (#32 by @pbories).

This means you can use the method like this: ->convert(['file1.jpg', 'file2.jpg']), for convenience, when converting multiple source files.

Fixes

  • Automatically find magick binary (#31 by @pbories).
  • Fix issue making path unresolvable if null.
  • Fix blur type issues, and add test for it.

Miscellaneous

  • Move source code to "src/" directory instead of project root, easier for conciseness and code coverage.
  • Refactor test setup with latest PHPUnit version.
  • Global CS fix.

v3.0.14

13 Dec 12:58
v3.0.14
03d55ec
Compare
Choose a tag to compare

Added PHP 8 support (#28 by @VincentLanglet)

v3.0.13

31 Jul 07:33
Compare
Choose a tag to compare

Add support for the -threshold option (@fariasmaiquita)

v3.0.12

01 Jan 18:22
6e04aa9
Compare
Choose a tag to compare

Added support for -transpose, -transverse and -monochrome commands.

v3.0.11

27 Dec 14:37
Compare
Choose a tag to compare

Allow Symfony 5.0