How to merge transparent PNG with image using PHP?

后端 未结 3 1683
误落风尘
误落风尘 2020-11-27 16:33

The situation is this: I have a small 50x50 pic. I also have a small 50x50 transparent picture which contains a frame for the 50x50 pic, so I basically want to put the trans

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-27 16:38

    You can do it using ImageMagick :: Composite. The first user contributed note should be enough to grasp the concept.

提交回复
热议问题