Overload List
Name | Description | |
---|---|---|
LoadEx(String) |
Loads a FreeImage bitmap.
The file will be loaded with default loading flags.
| |
LoadEx(String, FREE_IMAGE_FORMAT%) |
Loads a FreeImage 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.
The file will be loaded with default loading flags.
| |
LoadEx(String, FREE_IMAGE_LOAD_FLAGS) |
Loads a FreeImage bitmap.
Load flags can be provided by the flags parameter.
| |
LoadEx(String, FREE_IMAGE_LOAD_FLAGS, FREE_IMAGE_FORMAT%) |
Loads a FreeImage 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.
|