| SaveAsGif(Image, Stream, Boolean) |
Saves the specified image as a GIF image.
|
| SaveAsGif(Image, Stream, Color) |
Saves the specified image as a GIF image.
|
| 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. |