v3.0.0
Changelog for v3.0.0:
- Drop support for ImageMagick 6, this means that we support only the
magick
binary (ormagick.exe
on Windows) - Add preliminary support for all other legacy commands (composite, animation, etc.)
- Require PHP 7.2 and
symfony/process
4.* only - Removed
Command::escape()
method - Use php-cs-fixer to uniformize code style
- Use
declare(strict_types=1);
everywhere - Use
ExecutableFinder
by default to determine ImageMagick's path, making it easier to discover defaultmagick
binary - Command line instructions are now arrays instead of strings (easier handling)