Problem/Motivation
#3414601: Switch command line escaping to Symfony Process went too far (in 8.x-3.x) in removing escaping. Image Effects module requires escaping to keep working.
Proposed resolution
Temporarily reintroduce escaping, but via a near-copy of Symfony's Process::escapeArgument() method, not by reintroducing the locale swapping.
Issue fork imagemagick-3415773
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mondrakeComment #4
mondrakeComment #6
mondrake