Merge Image using Javascript

后端 未结 6 1514
青春惊慌失措
青春惊慌失措 2020-12-01 01:39

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

6条回答
  •  不知归路
    2020-12-01 01:52

    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.

提交回复
热议问题