Snippets - Masks

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.

Glitter text - IM Forum 9/8/2008

Use a mask over a glitter image to create a glitter text. This uses the layer operator and will only work on versions later tham 6.3.5

  1. <?php
  2. $cmd "glitter_plasma.gif null: glitter_mask_trans.gif -matte "
  3. " -compose DstIn -layers composite ";
  4. exec("convert $cmd glitter.gif");
  5. ?>
http://imagemagick.org/Usage/anim_mods/#glitter

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

Glitter text View

Warhol effect View