FreeImage.NET Class Library Reference
|
FreeImageBitmapSave Method |
Overload List
| Name | Description | |
|---|---|---|
|
Save(String) |
Saves this FreeImageBitmap to the specified file.
|
|
Save(Stream, FREE_IMAGE_FORMAT) |
Saves this FreeImageBitmap to the specified stream in the specified format.
|
|
Save(String, FREE_IMAGE_FORMAT) |
Saves this FreeImageBitmap to the specified file in the specified format.
|
|
Save(Stream, FREE_IMAGE_FORMAT, FREE_IMAGE_SAVE_FLAGS) |
Saves this FreeImageBitmap to the specified stream in the specified format
using the specified saving flags.
|
|
Save(String, FREE_IMAGE_FORMAT, FREE_IMAGE_SAVE_FLAGS) |
Saves this FreeImageBitmap to the specified file in the specified format
using the specified saving flags.
|
See Also