Re: Problem creating overlaying photos
Posted: 2007-12-04T14:30:45-07:00
Your white triangles are the parts left when the image is rotated - basicly the image is still square/rectangular.
Try this setting the background to none = transparent
I have an example of it here: http://www.rubblewebs.co.uk/imagemagick ... ground.jpg
Try this setting the background to none = transparent
Code: Select all
composite -geometry 90x90+40+40 -background none -rotate 5 ordinaryphoto.jpg overlaying.png overlaying.png