Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have two GIFs of different sizes. I want to be able to place a GIF2 to a background GIF1 at a specific location and at the same time add text to the result. I am new to ImageMagick world, please help.
I am trying to achieve the following result where dog sticker is in a separate GIF.
It would help if you post your two animations and background image as well as tell us your IM version and platform.
Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.
Perhaps this is more what you want. Imagemagick command line code in unix syntax:
The background animation has 3 frames and foreground one has 11 frames. So I repeat the background 4 times and remove the last frame so there is a total of 11 frames for the background. I coalesce the animation and add text to each frame using -annotate. Then I use -layers composite to overlay the foreground animation onto the background.