FreeImage.OpenMultiBitmapFromStream Method

FreeImage.NET

FreeImageOpenMultiBitmapFromStream Method
Overload List
  Name Description
Public method Static member OpenMultiBitmapFromStream(Stream)
Loads a FreeImage multi-paged bitmap.
Public method Static member OpenMultiBitmapFromStream(Stream, FREE_IMAGE_FORMAT, FREE_IMAGE_LOAD_FLAGS)
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.
Top
See Also