ImageExtensionsSaveAsAnimatedGif Method

Overload List

SaveAsAnimatedGif(IEnumerableImage, Stream, IEnumerableTimeSpan, IQuantizer, IDitherer) Saves the provided frames as a looping GIF animation into the specified Stream. When Image instances in frames already contain multiple frames, only the current frame is taken.
SaveAsAnimatedGif(IEnumerableImage, Stream, NullableTimeSpan, IQuantizer, IDitherer) Saves the provided frames as a looping GIF animation into the specified Stream. When Image instances in frames already contain multiple frames, only the current frame is taken.
See the Remarks section of the SaveAsAnimatedGif(IEnumerableImage, Stream, IEnumerableTimeSpan, IQuantizer, IDitherer) overload for details.
SaveAsAnimatedGif(IEnumerableImage, String, IEnumerableTimeSpan, IQuantizer, IDitherer) Saves the provided frames as a looping GIF animation into the specified file. When Image instances in frames already contain multiple frames, only the current frame is taken.
See the Remarks section of the SaveAsAnimatedGif(IEnumerableImage, Stream, IEnumerableTimeSpan, IQuantizer, IDitherer) overload for details.
SaveAsAnimatedGif(IEnumerableImage, String, NullableTimeSpan, IQuantizer, IDitherer) Saves the provided frames as a looping GIF animation into the specified file. When Image instances in frames already contain multiple frames, only the current frame is taken.
See the Remarks section of the SaveAsAnimatedGif(IEnumerableImage, Stream, IEnumerableTimeSpan, IQuantizer, IDitherer) overload for details.

See Also