Glitter text



<?php
$cmd = "glitter_plasma.gif null: glitter_mask_trans.gif -matte ". 
" -compose DstIn -layers composite ";

exec("convert $cmd glitter.gif");
?>

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


More information about this snippet