sorry, "Foo" will not shown twice in the image, its "Blah" :)

On 06.04.2006, at 13:27, Thomas Werner wrote:

hi all,

i need to build an image step by step with the append feature to center the text in each part of the image. but in the "second" white part of the image imagemagick draws the text "Foo" in black one tooe. how can i avoid in the example below, that imagemagick put the text Foo in the left black box, and all texts stay centered in its own part of the image.

convert -size 140x80 xc:black -fill grey -gravity NorthWest -draw "gravity Center text 0,0 'Foo'" -size 140x80 xc:white -fill red - draw "gravity Center text 0,0 'Blah'" +append png:1.png

thx a lot and greetings from germany, tom
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to