Commit fcdeb46
committed
Ignore ImageMagick deprecation of "convert" command.
Ignoring the deprecation warning (present since IM 7.1.1-33, May 2024)
is the quickest fix.
The proper fix would be to switch to using "magick" everywhere but the
command's syntax is a bit different and the CLI usage thus needs to be
verified; moreover this would break users with very old installs of
imagemagick (unless adding some version sniffing code) although IMv7 has
been out since 2016 so that is likely acceptable. (That proper fix
likely also needs some fiddling around the special-casing of
`rcParams["animation.convert_path"] = "convert"` in
ImageMagickBase.bin_path; e.g. should the rcParams be renamed to
`"animation.magick_path"` and have "magick" be the special case...)1 parent dd8dbca commit fcdeb46
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
| 478 | + | |
478 | 479 | | |
479 | 480 | | |
480 | 481 | | |
| |||
0 commit comments