overlay - Creating thumbnails of Overlayed images in jquery -


i tying address problem facing in creating thumbnails of overlayed images.

the problem have database of samller images , static image. user select few smaller images needs overlayed on static image. user selects position on static image smaller images needs overlayed. of not creating seperate image of newly created overlayed image, storing images , co-ordinate information. when user logs back, want show thumbnail view of overlayed image[though dont store overlayed image seperately, have selected image, co-ordinates overlaying images, etc stored in db]. there jquery plugin avaialable or other pointer achieve same?

rgds, sandep

if want produce stored, combined image of static 1 , smaller ones; have process in back-end. if using php, gd2 library available.

if audience html5 compatible, can use html5 canvas overlay images, output raw-pixel-data js image() object, , display on page.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -