Fixed width image with label help
Posted: 2014-04-09T04:40:19-07:00
Hi
I'm having a small issue and hope someone can please help. I've checkedhttp://www.imagemagick.org/Usage/text/ and haven't had much luck.
I'm using this command below to generate an image label.
which generates:

I found the code at viewtopic.php?f=3&t=22964#p98250
I would like to place a background image behind the text label ( fixed width ) and let the font text to auto scale in size without adding the -pointsize parameter.
The background image would be exactly the same size 300x187

Basically so it would be something like this:

I hope it's nothing too big and someone could help me.
Thanks very much!

I'm having a small issue and hope someone can please help. I've checkedhttp://www.imagemagick.org/Usage/text/ and haven't had much luck.
I'm using this command below to generate an image label.
Code: Select all
convert -size 300x187 -gravity center label:"Quick Test" test.png

I found the code at viewtopic.php?f=3&t=22964#p98250
I would like to place a background image behind the text label ( fixed width ) and let the font text to auto scale in size without adding the -pointsize parameter.
The background image would be exactly the same size 300x187

Basically so it would be something like this:

I hope it's nothing too big and someone could help me.
Thanks very much!