Creates empty image of given dimensions and format.
function NewImage(Width: LongInt; Height: LongInt; Format: TImageFormat; var Image: TImageData): Boolean;
Imaging (at line 60)
Image is filled with transparent black color (A=0, R=0, G=0, B=0).