Page 1 of 1

Is it possible to draw those stripes?

Posted: 2012-07-03T00:29:08-07:00
by agriz
Is it possible to design such a image in imagemagick with different text?

Image

Re: Is it possible to draw those stripes?

Posted: 2012-07-03T02:23:08-07:00
by Bonzo
I would have an image with the stripes in one direction and another image with the stripes in the other direction.
Create a mask of the text and cut it out of one strip image then composite that image onto the second stripe image.

Re: Is it possible to draw those stripes?

Posted: 2012-07-03T02:30:56-07:00
by agriz
Bonzo wrote:I would have an image with the stripes in one direction and another image with the stripes in the other direction.
Create a mask of the text and cut it out of one strip image then composite that image onto the second stripe image.
Yes, You are right. Just now i tried that. It came up with perfectly.
Thanks for confirming it :)