php add a picture onto another
问题 I would like to change the color of an image with php. if I wanted to make it appear redder applicherei an image on a higher level across an image with a transparent red and more or less high can indicate how the original photo should be red. I can say gd php functions to create an image of a color (RGBA) and apply it to another image? thanks :) 回答1: You can try using GD's imagecopymerge function, which copies one image to another and supports alpha transparency. Something like this should