Snippets - Watermark
NOTE: Most of the IM snippets have been tested on IM version 6.3.5 There may be some differences if you are using the code on other versions.
Multiple image watermarks - Anthony 17/6/2008
Multiple transparent coloured image watermarks.
<?php$cmd = " -dissolve 30% -tile watermark.png input.jpg ";exec("composite $cmd output.jpg");?>
