Page 1 of 1

How to tile image/text ?

Posted: 2007-02-16T04:40:31-07:00
by aditan22
Hello,

I want to tile an image or text against another image, I read on Anthony's site http://www.imagemagick.org/Usage/annotating/#wmark_text , but it's for command line, what's the associated command in magickwand php for tile?

thanks.

Re: How to tile image/text ?

Posted: 2008-01-23T10:24:29-07:00
by venalicium
Did you ever figure out a solution to this?

Re: How to tile image/text ?

Posted: 2008-01-23T14:45:36-07:00
by venalicium
Specifically:

convert -size 140x80 xc:none -fill grey \
-gravity NorthWest -draw "text 10,10 'Copyright'" \
-gravity SouthEast -draw "text 5,15 'Copyright'" \
miff:- |\
composite -tile - logo.jpg wmark_text_tiled.jpg