I have a problem when a text is generated with an stroke.
The command :
Code: Select all
convert -background "#ff0000" -fill white -strokewidth 3 -stroke "#00ff00" -size 500x100 caption:"A small test" text.png
Here is the same image with a zoom :
We see that the edges of text are not clean.
Looks like there was like a black shadow.
I used the last Imagemagick version.