Overload List

  NameDescription
SaveEx(FIBITMAP, String)
Saves a previously loaded FreeImage bitmap to a file. The format is taken off the filename. If no suitable format was found false will be returned.
SaveEx(FIBITMAP, String, FREE_IMAGE_FORMAT)
Saves a previously loaded FreeImage bitmap to a file. In case the loading format is FIF_UNKNOWN the format is taken off the filename. If no suitable format was found false will be returned.
SaveEx(FIBITMAP, String, FREE_IMAGE_SAVE_FLAGS)
Saves a previously loaded FreeImage bitmap to a file. The format is taken off the filename. If no suitable format was found false will be returned. Save flags can be provided by the flags parameter.
SaveEx(FIBITMAP%, String, Boolean)
Saves a previously loaded FreeImage bitmap to a file. The format is taken off the filename. If no suitable format was found false will be returned.
SaveEx(FIBITMAP, String, FREE_IMAGE_FORMAT, FREE_IMAGE_SAVE_FLAGS)
Saves a previously loaded FreeImage bitmap to a file. In case the loading format is FIF_UNKNOWN the format is taken off the filename. If no suitable format was found false will be returned. Save flags can be provided by the flags parameter.
SaveEx(FIBITMAP%, String, FREE_IMAGE_FORMAT, Boolean)
Saves a previously loaded FreeImage bitmap to a file. In case the loading format is FIF_UNKNOWN the format is taken off the filename. If no suitable format was found false will be returned.
SaveEx(FIBITMAP%, String, FREE_IMAGE_SAVE_FLAGS, Boolean)
Saves a previously loaded FreeImage bitmap to a file. The format is taken off the filename. If no suitable format was found false will be returned. Save flags can be provided by the flags parameter.
SaveEx(FIBITMAP%, String, FREE_IMAGE_FORMAT, FREE_IMAGE_SAVE_FLAGS, FREE_IMAGE_COLOR_DEPTH, Boolean)
Saves a previously loaded FreeImage bitmap to a file. In case the loading format is FIF_UNKNOWN the format is taken off the filename. If no suitable format was found false will be returned. Save flags can be provided by the flags parameter. The bitmaps color depth can be set by 'colorDepth'. If set to FICD_AUTO a suitable color depth will be taken if available.

See Also