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?".
converts all frames as image_1.gif, image_2.gif, etc
If your frames are not transparent already, then you will need to process them while or after extracting them. I am not sure what parts you want transparent or if you want them to be completely transparent everywhere. You will need to clarify that further.
fmw42 wrote:animated gifs are often stored as partial updates in each frame. So the get the full frame of each you need to use -coalesce to extract them
Note however that the first frame is usally either a complete frame (there was not data present before that) OR a 'zero delay' frame that just sets a background for the rest of the the animation. It is the second and later frames that will need the 'coalesce' to de-optimize the animation (for pixel count and data compression).
Of course as most web browsers don't handle a 'zero delay frame' correctly (just doing the action but skipping its display of zero time) such frames are not common.