Overload List

  NameDescription
SaveToStream(FIBITMAP, Stream, FREE_IMAGE_FORMAT)
Saves a previously loaded FreeImage bitmap to a stream. The stream must be set to the correct position before calling SaveToStream.
SaveToStream(FIBITMAP, Stream, FREE_IMAGE_FORMAT, FREE_IMAGE_SAVE_FLAGS)
Saves a previously loaded FreeImage bitmap to a stream. The stream must be set to the correct position before calling SaveToStream.
SaveToStream(FIBITMAP%, Stream, FREE_IMAGE_FORMAT, Boolean)
Saves a previously loaded FreeImage bitmap to a stream. The stream must be set to the correct position before calling SaveToStream.
SaveToStream(FIBITMAP, Stream, FREE_IMAGE_FORMAT, FREE_IMAGE_SAVE_FLAGS, FREE_IMAGE_COLOR_DEPTH)
Saves a previously loaded FreeImage bitmap to a stream. The stream must be set to the correct position before calling SaveToStream.
SaveToStream(FIBITMAP%, Stream, FREE_IMAGE_FORMAT, FREE_IMAGE_SAVE_FLAGS, Boolean)
Saves a previously loaded FreeImage bitmap to a stream. The stream must be set to the correct position before calling SaveToStream.
SaveToStream(FIBITMAP%, Stream, FREE_IMAGE_FORMAT, FREE_IMAGE_SAVE_FLAGS, FREE_IMAGE_COLOR_DEPTH, Boolean)
Saves a previously loaded FreeImage bitmap to a stream. The stream must be set to the correct position before calling SaveToStream.

See Also