The number of loops in an animated GIF can be set with the ‘-loop’ keyword:
C:>convert -loop 1 img*.png anim.gif
The default is zero, continuous looping. Otherwise set it for one or more loops. The example above will create a GIF that runs through the animation once and stops at the final frame.