Open cbeach47 opened 5 years ago
Also logged here https://github.com/equella/Equella/issues/339
@cbeach47 did you end up getting it working though (work around style - maybe a batch script or something)?
Or until we do a code change we're stuck at version 6 on Windows?
Anything else @cbeach47
We ended up installing IM 7.0.7 and selected the option to install the legacy utilities of convert
and identify
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug Modern versions of Image Magick don't have
identify
andconvert
as executable applications. On Windows, you need to runmagick identify
, and on CentOS, theidentify
andconvert
commands are automatically setup as aliases tomagick
.Note: On CentOS, IM 7.0.6-10 looks to work with oE without issue.
To Reproduce Steps to reproduce the behavior:
identify
. Note the error.magick identify
. Note it worksExpected behavior oE should be able to run against the latest version of IM without custom aliases or system changes.
Screenshots n/a
Stacktrace n/a
Platform:
Additional context Some discussion should be had on how to more future-proof the oE / IM integration. Hard coding
magick convert
andmagick identify
could put us back in this same situation.