Method | Description | |
---|---|---|
Save ( |
Saves the current image to the specified output stream.
|
|
Save ( string path, |
Saves the current image to the specified file path.
|
Method | Description | |
---|---|---|
WuQuantizer ( ) : System.Drawing |
public Save ( |
||
stream |
/// The |
|
image |
/// The |
|
bitDepth | long | /// The color depth in number of bits per pixel to save the image with. /// |
return |
public Save ( string path, |
||
path | string | The path to save the image to. |
image |
/// The |
|
bitDepth | long | /// The color depth in number of bits per pixel to save the image with. /// |
return |