Releases: Orbitale/ImageMagickPHP
Releases · Orbitale/ImageMagickPHP
v3.3.2
v3.3.1
v3.3.0
v3.2.0
v3.1.1
v3.1.0
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
Added PHP 8 support (#28 by @VincentLanglet)
v3.0.13
Add support for the -threshold
option (@fariasmaiquita)
v3.0.12
Added support for -transpose
, -transverse
and -monochrome
commands.
v3.0.11
Allow Symfony 5.0