Frees given image data.
procedure FreeImage(var Image: TImageData);
Imaging (at line 67)
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.