Is this a bug in convert? (6.6.9-3)
Posted: 2011-04-13T14:12:03-07:00
Hi,
When I run the following command on 6.6.9.3, the text does not resize to fill the area any more. It does in older versions such as 6.6.7.6. Is there a bug in this bit of functionality? (This is on CentOS 5.6)
Adding +fontsize seems to also cause the lines of text to run wider than the length of the canvas.
Thanks
Sam
When I run the following command on 6.6.9.3, the text does not resize to fill the area any more. It does in older versions such as 6.6.7.6. Is there a bug in this bit of functionality? (This is on CentOS 5.6)
Code: Select all
convert -size 420x420 -gravity northwest -fill '#000000' caption:'The string is meant to be a best fit on the text area in this case, so why is it not behaving itself? I would really like to know.It is a real mystery to me' bleh.gif
Thanks
Sam