Problem/Motivation
Cannot save the settings form.
Steps to reproduce
Use imagemagick7 along with version 4 of this module.
Proposed resolution
Change validateConfigurationForm() so it validates using the magick command in case imagemagick7 is in place.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 1d2b5d1b464d3dd01fcad08c4afdbb9c03b448ae.patch | 16.17 KB | web-beest |
| #10 | 1d2b5d1b464d3dd01fcad08c4afdbb9c03b448ae.patch | 16.17 KB | web-beest |
| #2 | Selection_013.jpg | 115.21 KB | axroth |
Issue fork imagemagick-3451489
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 #2
axroth commentedComment #3
mondrakeWe will probably need to add configuration + UI to allow site admins to specify which IM version is in use, 6 or 7, then build the command line conditionally. Or have 3 suites to select from, Imagemagick 6, Imagemagick 7 and GraphicsMagick. Besides the change in the name of the executable binary, there are other chnages in the cmdline arguments that potentially are impacted, see https://imagemagick.org/script/porting.php#cli
Comment #5
mondrakeComment #6
mondrakeComment #7
mondrakeComment #9
mondrakeComment #10
web-beestI've rerolled the patch for 8.x-3.x for those who want it :-)
Comment #11
web-beestCrikey.. identation problem in schema.yml
Ignore #10