Search found 3 matches
- 2015-05-28T02:28:57-07:00
- Forum: IMagick
- Topic: How to do composite and Inverse transparency in php?
- Replies: 1
- Views: 7863
How to do composite and Inverse transparency in php?
Hi everyone, This question already been answer but I wanna take this a little further. http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27712 I want to do these thing in PHP Imagemagick but have no idea. Got 3 image below, layer1.png, layer2.png and result.png repsectively. How could ...
- 2015-05-27T16:52:09-07:00
- Forum: Users
- Topic: Help me with composite and Inverse transparency
- Replies: 3
- Views: 3293
Re: Help me with composite and Inverse transparency
The image you uploaded or is being downloaded is in JPG format and has lost any transparency from the PNG original. If you have the png original where the gray in layer 2 is transparent, then this is one way. There may be other more efficient methods. ... Thanks you very much :D , one more question ...
- 2015-05-27T15:25:00-07:00
- Forum: Users
- Topic: Help me with composite and Inverse transparency
- Replies: 3
- Views: 3293
Help me with composite and Inverse transparency
Hi, I've searching and I found this http://www.imagemagick.org/discourse-server/viewtopic.php?t=18842 , but the image is gone, so please answer this again :D Got 3 image below, layer1.png, layer2.png and result.png repsectively. How could I produce the result (it is layer2 over layer1, but I got ...