FreeImage.NET Class Library Reference
FreeImageBitmapSaveAdd Method |
Overload List
Name | Description | |
---|---|---|
SaveAdd |
Adds a frame to the file specified in a previous call to the Save(String)
method.
|
|
SaveAdd(Int32) |
Adds a frame to the file specified in a previous call to the Save(String) method.
|
|
SaveAdd(String) |
Adds a frame to the file specified.
|
|
SaveAdd(FreeImageBitmap) |
Adds a frame to the file specified in a previous call to the Save(String) method.
|
|
SaveAdd(String, Int32) |
Adds a frame to the file specified.
|
|
SaveAdd(FreeImageBitmap, Int32) |
Adds a frame to the file specified in a previous call to the Save(String) 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.
|
|
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.
|
|
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.
|
|
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.
|
See Also