Since ImageMagick version 7, the convert command is deprecated and should be replaced with magick, which has the same functionality as convert. And changing this program over to the new command is trivial: it's mentioned only three times in VarietyWindow.py and in a few error messages.
However, is using convert instead of magick still needed by the variety program? Are there concerns with compatibility if magick were used?
Since ImageMagick version 7, the
convert
command is deprecated and should be replaced withmagick
, which has the same functionality asconvert
. And changing this program over to the new command is trivial: it's mentioned only three times inVarietyWindow.py
and in a few error messages.However, is using
convert
instead ofmagick
still needed by thevariety
program? Are there concerns with compatibility ifmagick
were used?