I am developing a t-shirt shop. The feature i want to develop is a form
where visitors can fill in there name and “on the fly” the name is
printed on the t-shirt(image).
Has someone what is the best practice to do this? Imagemagick,
Javascript?
I am developing a t-shirt shop. The feature i want to develop is a form
where visitors can fill in there name and “on the fly” the name is
printed on the t-shirt(image).
Has someone what is the best practice to do this? Imagemagick,
Javascript?
I’d probably do this with ImageMagick or a similar library. I don’t see
how JavaScript would be any use here.