InitImage Function
Imaging

Initializes image (all is set to zeroes).

Pascal
procedure InitImage(var Image: TImageData);
File

Imaging (at line 57)

Description

Call this for each image before using it (before calling every other function) to be sure there are no random-filled bytes (which would cause errors later).

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