IM7 is too verbose when it can't find a file, as in
Code: Select all
magick nothing.jpg output.png
and emits about 3 more error messages.
Also, "magick convert nothing.jpg output.png" only emits one line. It's just when
the "convert" is omitted that you get extra complaints from property.c.
It looks as though magick is stumbling into line 819 of MagickWand/magick-cli.c
after the image reader fails to find a file.