Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have multiple overlapped images with transparent background just like layers in photoshop each loaded in "img" tag. I need to change color of some layers and i did it by using javascript, now i want to merge all the images and save them into single image file just like in photshop. Do anyone have any idea on this? Can anyone suggest me any plugin for this?

Thanks in advance

share|improve this question
Related? stackoverflow.com/questions/60455/… More precisely, I'm referring to this: html2canvas.hertzen.com You can take "screenshot" of the element that contains all the layers. – nhahtdh Sep 2 '12 at 12:10

1 Answer

up vote 0 down vote accepted

The simplest is to have an HTML canvas and then

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.