FreeImageBitmap.SaveAdd Method

FreeImage.NET

FreeImageBitmapSaveAdd Method
Overload List
  Name Description
Public method SaveAdd
Adds a frame to the file specified in a previous call to the Save(String) method.
Public method SaveAdd(Int32)
Adds a frame to the file specified in a previous call to the Save(String) method.
Public method SaveAdd(String)
Adds a frame to the file specified.
Public method SaveAdd(FreeImageBitmap)
Adds a frame to the file specified in a previous call to the Save(String) method.
Public method SaveAdd(String, Int32)
Adds a frame to the file specified.
Public method SaveAdd(FreeImageBitmap, Int32)
Adds a frame to the file specified in a previous call to the Save(String) method.
Public method SaveAdd(String, FREE_IMAGE_FORMAT, FREE_IMAGE_LOAD_FLAGS, FREE_IMAGE_SAVE_FLAGS)
Adds a frame to the file specified using the specified parameters.
Public method Static member SaveAdd(String, FreeImageBitmap, FREE_IMAGE_FORMAT, FREE_IMAGE_LOAD_FLAGS, FREE_IMAGE_SAVE_FLAGS)
Adds a specified frame to the file specified using the specified parameters. Use this method to save selected frames from an to a multiple-frame image.
Public method SaveAdd(String, Int32, FREE_IMAGE_FORMAT, FREE_IMAGE_LOAD_FLAGS, FREE_IMAGE_SAVE_FLAGS)
Adds a frame to the file specified using the specified parameters.
Public method Static member SaveAdd(String, FreeImageBitmap, Int32, FREE_IMAGE_FORMAT, FREE_IMAGE_LOAD_FLAGS, FREE_IMAGE_SAVE_FLAGS)
Adds a specified frame to the file specified using the specified parameters. Use this method to save selected frames from an image to a multiple-frame image.
Top
See Also