Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I suspect a problem in the font, with strokes. I suggest you find the minimum command that shows the problem. For example, remove the first annotate and blur. Try an annotate with fill but no stroke, then with stroke but no fill.
If this shows the font has a stroke problem, then the cure is to use a different font.
I tried the minimum command without font like this:
convert -size 500x100 xc:lightblue -pointsize 50 -fill white -stroke black -annotate +25+65 'Photo Long Text' result_2.jpg
Result:
And witout Pointize:
convert -size 500x100 xc:lightblue -fill white -stroke black -annotate +25+65 'Photo Long Text' result_3.jpg
The font is small, but you can still see that the letter T without a stroke
The conversions works for us meaning we get expected results (all text properly stroked). We're using ImageMagick 7.0.8-34 and 6.9.10-34, the latest IM releases.
magick wrote: ↑2019-03-22T03:05:18-07:00
The conversions works for us meaning we get expected results (all text properly stroked). We're using ImageMagick 7.0.8-34 and 6.9.10-34, the latest IM releases.
Yes, it looks like a bug of this version.
I tried it on another server with the 7th version and there is no such problem ...
Very sad.