Overlapping Photos doesn't work
Posted: 2010-12-02T13:33:02-07:00
Hi
Could you advice what's wrong. I want to overlap photos and used example from http://www.imagemagick.org/Usage/photos/#overlap
Here is a result which don't have transparensy but I don't know why:
Created mask:
It is a GoDaddy hosting, may be it will add something useful.
Could you advice what's wrong. I want to overlap photos and used example from http://www.imagemagick.org/Usage/photos/#overlap
Code: Select all
//Mask
exec("/usr/local/bin/convert -size 90x80 xc:white xc:black -size 90x40 gradient: +swap -append -rotate 90 overlap_mask.png");
//Overlaped
exec("/usr/local/bin/convert holocaust_tn.gif -extent 200x90 spiral_stairs_tn.gif overlap_mask.png -gravity East -composite overlap_photos.jpg");
Created mask:
It is a GoDaddy hosting, may be it will add something useful.