Another "-stroke" and "label:" issue.
Posted: 2018-05-20T21:10:20-07:00
Using ImageMagick 7.0.7-34 Q16 x64 HDRI from the command line or BAT script with Windows 10. This problem appears to be related to the one described at THIS link. When using certain combinations of "label:" and "-stroke" I can crash the IM program leaving only the Windows generated error. An example, using this command at a prompt ...
Creates this error message and no output image...
Oddly enough, some combinations of characters will not crash the IM program, but will leave an incomplete stroke around the characters in the resulting label. As an example, this command...
Creates this image...
Notice the small notch in the mostly lower left corners of each character. I checked some previous work, and it looks like this behavior has been present since at least the last version, IM 7.0.7-33.
Code: Select all
magick -pointsize 144 -strokewidth 20 -stroke black label:"A" label.png
Oddly enough, some combinations of characters will not crash the IM program, but will leave an incomplete stroke around the characters in the resulting label. As an example, this command...
Code: Select all
magick -pointsize 144 -strokewidth 20 -stroke black label:"TESTING" label.png
Notice the small notch in the mostly lower left corners of each character. I checked some previous work, and it looks like this behavior has been present since at least the last version, IM 7.0.7-33.