Hello All. Need to be pointed in the right direction here. There are websites out there that will generate an image or text and put it on a t-shirt in real time for you to decide if you like and/or want it. I am fairly good with PHP and am pretty sure I can accomplish this but i don't even know where to start looking. Any help would be greatly appreciated.
To Recap: I am trying to take a base image of a t-shirt and draw text on top of it so the user can preview the design.
You can also access ImageMagick via the command line, although using the native PHP interface is far easier and cleaner as well.
And while this may not be relevant to you, servers generally have GD and/or the ImageMagick binaries installed, but usually not the native PHP ImageMagick interface.
I've done two of these shops in the past, both used GD and AJAX (for positioning/layering).
One pretty important advice: keep an eye on the scale of your images!
Especially if you're going to print them you'll need hi-res pics so don't calculate e.g. texts too small as you'll get ugly borders.
You can take help from imagemagik, also checkout its flexibility.One thing to be remember always focus on high resolution images, no compromise on quality.
Bookmarks