Page 1 of 1

Another "-stroke" and "label:" issue.

Posted: 2018-05-20T21:10:20-07:00
by GeeMack
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 ...

Code: Select all

magick -pointsize 144 -strokewidth 20 -stroke black label:"A" label.png
Creates this error message and no output image...

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...

Code: Select all

magick -pointsize 144 -strokewidth 20 -stroke black label:"TESTING" label.png
Creates this image...

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.

Re: Another "-stroke" and "label:" issue.

Posted: 2018-05-20T21:55:49-07:00
by snibgo
Those problems don't occur on v7.0.7-28 on Windows 8.1.

Re: Another "-stroke" and "label:" issue.

Posted: 2018-05-20T22:37:01-07:00
by fmw42
Works fine in IM 7.0.7.34 Q16 Mac OSX Sierra.

Code: Select all

magick -pointsize 144 -strokewidth 20 -stroke black label:"A" label.png