ImageEn, unit iemview

TImageEnMView.PrepareSpaceFor

TImageEnMView.PrepareSpaceFor


Declaration

procedure PrepareSpaceFor(Width, Height: Integer; Bitcount: Integer; ImageCount: Integer);


Description

Allocates enough space within the temporary file for ImageCount images of size Width * Height * BitCount.

Use this method to improve performance only when you plan to add many images of the same size.