FreeImage()

Syntax

FreeImage(#Image)
Description
Free the specified image and release its associated memory.

Parameters

#Image The image to free. If #PB_All is specified, all the remaining images are freed.

Return value

None.

Remarks

All remaining images are automatically freed when the program ends.

See Also

CreateImage(), LoadImage(), CatchImage(), CopyImage(), GrabImage()

Supported OS

All

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