FreeImage Function
Imaging

Frees given image data.

Pascal
procedure FreeImage(var Image: TImageData);
File

Imaging (at line 67)

Description

Ater this call image is in the same state as after calling InitImage. If image is not valid (dost not pass TestImage test) it is only zeroed by calling InitImage.

Related Information
You are here: Symbol Reference > Functions > FreeImage Function