Is it possible to draw those stripes?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Is it possible to draw those stripes?

Post by agriz »

Is it possible to design such a image in imagemagick with different text?

Image
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Is it possible to draw those stripes?

Post 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.
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Re: Is it possible to draw those stripes?

Post 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 :)
Post Reply