FreeImageBitmap.Save Method

FreeImage.NET

FreeImageBitmapSave Method
Overload List
  Name Description
Public method Save(String)
Saves this FreeImageBitmap to the specified file.
Public method Save(Stream, FREE_IMAGE_FORMAT)
Saves this FreeImageBitmap to the specified stream in the specified format.
Public method Save(String, FREE_IMAGE_FORMAT)
Saves this FreeImageBitmap to the specified file in the specified format.
Public method 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.
Public method 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.
Top
See Also