please tell me how to add an animated GIF with a transparent background over the static (or animated) images?
1. size of static and animated images are the same (fill animated glitter stars with transparent background all photo).
2. Animated less static images, and animation in the lower right corner
(animated watermark above static(or animated) picture)
I tried a lot of things, but nothing seems to work properly
Code: Select all
convert $photo -coalesce -gravity SouthEast \
null: $watermark -layers composite \
-layers optimize $anim_watermarked_photo
thanks!