Error using "-stroke" and "label:"
Posted: 2018-05-17T22:45:53-07:00
Running from the command line on Windows 10, I've encountered errors when using both "-stroke" and "label:" with IM6 and IM7.
With IM 6.9.9-43 running this command...
I get this error...
The same command with IM 7.0.7-33 "magick"...
Produces a nearly identical error...
It requires a space in the label text to cause these errors, like "X X".
It doesn't seem to matter what color is designated for the "-stroke".
With IM 6.9.9-43 running this command...
Code: Select all
convert -stroke black label:"X X" test.png
Code: Select all
convert.exe: non-conforming drawing primitive definition `path' @ error/draw.c/DrawImage/4073.
The same command with IM 7.0.7-33 "magick"...
Code: Select all
magick -stroke black label:"X X" test.png
Code: Select all
magick: non-conforming drawing primitive definition `path' @ error/draw.c/DrawImage/4205.
It requires a space in the label text to cause these errors, like "X X".
It doesn't seem to matter what color is designated for the "-stroke".