Is it possible to merge pictures using javascript?
For example, if you have 2 rectangle .jpg or .png images files of the same size, is it possible that you can align
You could use the Pixastic JavaScript library to combine, filter and blend multiple images. http://www.pixastic.com/lib/docs/actions/blend/
But this is only working in modern Browsers that are supporting the Canvas-element. Unfortunately IE8 is not supporting this.