Overload List
Name | Description | |
---|---|---|
LoadFromStream(Stream) |
Loads a FreeImage bitmap.
The stream must be set to the correct position before calling LoadFromStream.
| |
LoadFromStream(Stream, FREE_IMAGE_FORMAT%) |
Loads a FreeImage bitmap.
In case the loading format is FIF_UNKNOWN the
bitmaps real format is being analysed.
The stream must be set to the correct position before calling LoadFromStream.
| |
LoadFromStream(Stream, FREE_IMAGE_LOAD_FLAGS) |
Loads a FreeImage bitmap.
The stream must be set to the correct position before calling LoadFromStream.
| |
LoadFromStream(Stream, FREE_IMAGE_LOAD_FLAGS, FREE_IMAGE_FORMAT%) |
Loads a FreeImage bitmap.
In case the loading format is FIF_UNKNOWN
the bitmaps real format is being analysed.
The stream must be set to the correct position before calling LoadFromStream.
|