Merge Image using Javascript

后端 未结 6 1481
青春惊慌失措
青春惊慌失措 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:57

    No you cannot do that.

    With some css/html magic you can make then appear merged.


    If you want them actually merged, I would suggest Photoshop.

    Or you can have some server code create and merge images for you.

提交回复
热议问题