I’ve made a pure PHP script that uses GD library to put text on an image, text entered from a HTML form.
The problem is that i can’t give the user the possibility to position the text properly.
I’ve found this good example http://lolkot.ru/lolmixer/#1369, it allows users to play with the text very easily with the mouse !
How is this possible ?
What technologies are used for this ?
JavaScript yui (for drag and drop of the texts), jQuery (for events and AJAX), server side generation of transparent png-s (containing texts)