Image Processing Application with jQuery, CSS3 and PHP
Tympanus has writen article that show us how to create an online application for giving some funny touches to an image. This image processing application using jQuery and jQuery UI for dragging and resizing little bling elements like mustaches and glasses. With PHP the image and the bling elements will get merged and the end result can be viewed.
The background div, where the main image is inserted is droppable. Each time we drop an element into this container we add it to the JSON data object if it is not there already. What we are doing here is getting all the info for each image dropped into the main container, and merging it with the background image.
Requirements: jQuery,jQuery UI, PHP
Demo: http://tympanus.net/Tutorials/ImageVampUp/
View tutorial: http://tympanus.net/codrops/2010/03/22/interactive-image-vamp-up-with-jquery-css3-and-php