FreeImage.LoadFromStream Method

FreeImage.NET

FreeImageLoadFromStream Method
Overload List
  Name Description
Public method Static member LoadFromStream(Stream)
Loads a FreeImage bitmap. The stream must be set to the correct position before calling LoadFromStream.
Public method Static member 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.
Public method Static member LoadFromStream(Stream, FREE_IMAGE_LOAD_FLAGS)
Loads a FreeImage bitmap. The stream must be set to the correct position before calling LoadFromStream.
Public method Static member 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.
Top
See Also