Saves this image as a Gif to the specified filename with the given
pixelFormat.
Namespace: ImageSenseAssembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static void SaveGif( this Image image, string filename, PixelFormat pixelFormat ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Sub SaveGif ( _ image As Image, _ filename As String, _ pixelFormat As PixelFormat _ ) |
| Visual C++ |
|---|
[ExtensionAttribute] public: static void SaveGif( Image^ image, String^ filename, PixelFormat pixelFormat ) |
Parameters
- image
- Type: System.Drawing..::..Image
The image to save.
- filename
- Type: System..::..String
The file where the image will be saved.
- pixelFormat
- Type: System.Drawing.Imaging..::..PixelFormat
The pixel format to use in the saved image.