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
Code: Select all
composite -geometry 90x90+40+40 -background none -rotate 5 ordinaryphoto.jpg overlaying.png overlaying.png
Code: Select all
<?php
echo "<pre>";
system("convert -version");
echo "</pre>";
?>