Ok I am not asking for the complete code or anything.... basically I ma pretty new to PHP and GD Library but have an ambitious project. I was wondering how hard it is to make a page that you upload an image, it is then skewed and then laid over a template file? Can things like this be done in one long script, or do you need multiple scripts all strung together? Sorry i this is a bit vague but it is just an idea right now and I want to see how plausible it is!
Basically it can be done. All you need are the GD functions (http://www.php.net/manual/en/ref.image.php) and a custom "skew" function. A sample "skew" function is here: http://www.php.net/manual/en/ref.image.php#55436, but if the result is not satisfactory I'm sure you can find some free others on the web.
Thanks a bunch Zeegal.... The concept I want is very simple... just one function after another. It will be very interesting making it all work out.