My netbook with Arch Linux 32 bit had im 6.8.4-6 2013-04-03 Q16, so I tested some code on it.
Code: Select all
convert -size 300x100 -gravity center label:"Test" label4.png
---
Code: Select all
convert -size 100x300 -gravity center label:"Test:" label5.png
Then I upgraded to 6.8.5-3 2013-04-27 Q16.
Code: Select all
convert -size 300x100 -gravity center label:"Test" label4.png
---
Code: Select all
convert -size 100x300 -gravity center label:"Test:" label5.png
fmw42 wrote:
imb convert -size 200x100 label:"T_T" show:
imb convert -size 200x100 label:"T_T" x:
What is the "imb " part? I recommend using the "code" bbcode tags for clarity when quoting code. Here's screenshots of what got displayed in 6.8.4-6:
show:
x:
And in 6.8.5-3 2013-04-27 Q16.
show:
x:
So I seem to be unable to reproduce what you described. (The font size changed though.) If nobody else can reproduce, perhaps you can post a screenshot of the displayed result.