Lets say I have a PNG image as a background named background.png. Then I want to add another PNG image (other.png) over background.png, however I want to maintain other.png's transparency. However, other.png needs to be at a specific x and y coordinate over background.png. Is this possible with PHP?
Asked
Active
Viewed 54 times
0
-
Please share what you have tried. whathaveyoutried.com – Chris Bier Apr 01 '13 at 21:28
-
[Maybe this will help](http://stackoverflow.com/a/14101169/1401975) ? – HamZa Apr 01 '13 at 21:30
-
See this http://stackoverflow.com/questions/7985583/transparent-png-over-jpg-in-php – What have you tried Apr 01 '13 at 21:31