FreeImage.NET Class Library Reference
FreeImageOpenMultiBitmapEx Method |
Overload List
Name | Description | |
---|---|---|
OpenMultiBitmapEx(String) |
Loads a FreeImage multi-paged bitmap.
|
|
OpenMultiBitmapEx(String, Boolean) |
Loads a FreeImage multi-paged bitmap.
|
|
OpenMultiBitmapEx(String, Boolean, Boolean) |
Loads a FreeImage multi-paged bitmap.
|
|
OpenMultiBitmapEx(String, Boolean, Boolean, Boolean) |
Loads a FreeImage multi-paged bitmap.
|
|
OpenMultiBitmapEx(String, FREE_IMAGE_FORMAT, Boolean, Boolean, Boolean) |
Loads a FreeImage multi-paged bitmap.
In case the loading format is FIF_UNKNOWN the files real
format is being analysed. If no plugin can read the file, format remains
FIF_UNKNOWN and 0 is returned.
|
|
OpenMultiBitmapEx(String, FREE_IMAGE_FORMAT, FREE_IMAGE_LOAD_FLAGS, Boolean, Boolean, Boolean) |
Loads a FreeImage multi-paged bitmap.
In case the loading format is FIF_UNKNOWN the files
real format is being analysed. If no plugin can read the file, format remains
FIF_UNKNOWN and 0 is returned.
Load flags can be provided by the flags parameter.
|
See Also