png transparency when overlaying two images
Posted: 2009-11-25T11:59:43-07:00
Hello,
i tried to find similar problem using search, but no exact results found. So i will try to explain my problem.
Image one (background):
Image two (image over background):
Expected result (overlayed image):
I made it local in my cmd (on windows) with this command:
But when i try to do this command in my symfony php sfImageMagickAdapter class file, i getting black background of manutd.png image.
So my question is, maybe there are some additional overlaying parameters to overlay those images more correclty ?
Thanks for answers
i tried to find similar problem using search, but no exact results found. So i will try to explain my problem.
Image one (background):
Image two (image over background):
Expected result (overlayed image):
I made it local in my cmd (on windows) with this command:
Code: Select all
composite -geometry +60+40 manutd.png bg.jpg overlayed.jpg
So my question is, maybe there are some additional overlaying parameters to overlay those images more correclty ?
Thanks for answers