Snippets - Watermark

Snippets index page

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.

  1. <?php  
  2. $cmd " -dissolve 30% -tile watermark.png input.jpg "
  3. exec("composite $cmd output.jpg"); 
  4. ?> 

For more examples and information check out the main Imagemagick section.

Image watermark View

Multiple image watermarks View

Rotated transparent text View

Transparent text View

Watermark an animated gif View

Watermark text and shadow View

Watermark tiled text View