ExportImage()

Syntax

ExportImage(#Image, Filename$ [, ImagePlugin])
Description
Exports the specified image to the user through a download.

Parameters

#Image The image to export.
Filename$ The filename to use. This is the name which will be shown to the user when the download starts.
ImagePlugin (optional) The format to save the image in. This can be one of the following values:
  #PB_ImagePlugin_JPEG: export the image as JPEG.
  #PB_ImagePlugin_PNG : export the image as PNG.

Return value

None.

See Also

LoadImage()

Supported OS

All

<- EncodeImage() - Image Index - FreeImage() ->