Print on football shirt?

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
sebtucknott

Print on football shirt?

Post by sebtucknott »

Hi Guys,

I am building a website for a football club merchandise store and they want the ability for users to see their name/number on the back of a shirt if they choose that option.

I have look on the Chelsea FC site and they have this;

http://www.chelseamegastore.com/stores/ ... ctorid=280

Which generates this;

http://findel.scene7.com/is/image/Finde ... r=500,140)

I have a pdf with all the numbers/letters which I could slice up. So I imagine I need to generate the name, transform it into a curve then overlay on the shirt with number.

Any guidance on how to do this would be much appreciated.

Many thanks,

Seb
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Print on football shirt?

Post by fmw42 »

see -wave at http://www.imagemagick.org/Usage/warping/#wave

or my bash unix script, texteffect, at the link below
Post Reply