Rotation/Distortion after stroking text weirdness
Posted: 2009-01-13T09:33:09-07:00
Using ImageMagick 6.4.8 2008-12-27 Q16 on Windows Vista 64-bit
I am not sure if this is a bug or not, but when trying to Arc Distort an image after stroking text, I get these interesting little "trails" off of the edges and bottoms of some text. The appearance of the trails seems to depend on the font face, font size, stroke width, and the actual letter or character and its position in the string. It appears that the letters are being rendered with a few "extra" pixels and so when it is distorted they get stretched out. I want them to not be there
test line:
convert -background "none" -fill "blue" -font "c:\windows\fonts\arial.ttf" -pointsize 72 -gravity "center" -rotate 180 -distort Arc "30 180" -strokewidth 2 -stroke "red" label:"asdfdfgygyfsffggggg" -trim +repage
I've tried switching antialiasing on and off to no avail, amongst other various little changes.
So, like I said, I'm not 100% that this is a bug, but I've searched high and low and couldn't find anyone talking about this. So any advice is greatly appreciated.
example pic included
I am not sure if this is a bug or not, but when trying to Arc Distort an image after stroking text, I get these interesting little "trails" off of the edges and bottoms of some text. The appearance of the trails seems to depend on the font face, font size, stroke width, and the actual letter or character and its position in the string. It appears that the letters are being rendered with a few "extra" pixels and so when it is distorted they get stretched out. I want them to not be there
test line:
convert -background "none" -fill "blue" -font "c:\windows\fonts\arial.ttf" -pointsize 72 -gravity "center" -rotate 180 -distort Arc "30 180" -strokewidth 2 -stroke "red" label:"asdfdfgygyfsffggggg" -trim +repage
I've tried switching antialiasing on and off to no avail, amongst other various little changes.
So, like I said, I'm not 100% that this is a bug, but I've searched high and low and couldn't find anyone talking about this. So any advice is greatly appreciated.
example pic included