I use in my script for add the watermark this:
#Adding watermark
exec('composite -gravity SouthEast images/logo-watermark.png '.$imagesurse2.' '.$imagesurse2);
but this dont work with gif animation
what i must add or change for work with gif animation?
Regards.
