Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
where n is an integer greater than 0, i get an animation that 1st starts at 2.gif instead of 1.gif and 2nd loops through the gifs n+1 times instead of n times. therefore, it is impossible to get an animation that loops through the images once and only once (n=0 gives infinitely many loops).
Animate has a more serious problem in that the first loop though the animation happens while it is still reading the animation file. This has the effect that the delay does not happen properly, especially for very large images, until the next frame of the animation has been read in.