ImageExtensionsSaveAsGif Method

Overload List

SaveAsGif(Image, Stream, Boolean) Saves the specified image as a GIF image.
Obsolete
SaveAsGif(Image, Stream, Color) Saves the specified image as a GIF image.
Obsolete
SaveAsGif(Image, Stream, IQuantizer, IDitherer) Saves the specified image using the GifEncoder class. Unlike the Save(Stream, ImageFormat) method, this one supports every PixelFormat.
SaveAsGif(Image, String, IQuantizer, IDitherer) Saves the specified image to the GifEncoder class. Unlike the Save(Stream, ImageFormat) method, this one supports every PixelFormat.
See the Remarks section of the SaveAsGif(Image, Stream, IQuantizer, IDitherer) overload for details.

See Also