Declaration
function Allocate(ImageWidth, ImageHeight: integer; ImagePixelFormat: TIEPixelFormat): boolean;
Description
Allocates a new windows DIB section of the specified size and pixel format.
ImagePixelFormat can be ie1g or ie24RGB.
Returns True on success.