Search found 2 matches
- 2012-03-11T02:53:17-07:00
- Forum: Users
- Topic: Overlay an image with transparency
- Replies: 2
- Views: 5474
Re: Overlay an image with transparency
I solved the problem by writing a script in libGD and PHP instead.
- 2012-03-10T15:46:07-07:00
- Forum: Users
- Topic: Overlay an image with transparency
- Replies: 2
- Views: 5474
Overlay an image with transparency
Hi, I have this image http://i.imgur.com/aQeyj.png and want to overlay this image http://i.imgur.com/FhDDb.png to color every second icon. As you can see, both images have transparent backgrounds. After reading these forums and a lot of trial and error I came up with this code: convert $TEMP ...