You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In image magick 7 running `convert` prints a warning. Try running magick
first.
```
WARNING: The convert command is deprecated in IMv7,
use "magick" instead of "convert" or "magick convert"
```
Another alternative is to just swallow the warning from `convert`, but
this seems a bit more future proof.
Co-Authored-By: Koichi Murase <myoga.murase@gmail.com>
0 commit comments