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?".
ImageMagick 6.7.4-2
Windows 7
Windows command-line
I'm really new to ImageMagick but I managed to extract all frames from a GIF animation. Now I would like to overlay a gif image on top of all of these frames. I know how to compile the frames back to GIF. I can overlay individual images but not all of them at once. The frames are named f_#.gif and the overlay is overlay.gif and it is the same size as the frames. I have a bit over 200 frames.
I tried this but it only wrote one "anim_0.gif" and it was full black.
I would try the "mogrify" application with the "-draw image over ..." optoon
(first copy all of the GIF images into a new working directory and
run "mogrify" there, because the input images will be overwritten with the
watermarked ones).
See IM Examples... http://www.imagemagick.org/Usage/anim_mods/#composite
and specifically the next section on the operators special handling when only one image is provided in one of the two image lists (separated by the special "null:" marker image)