LoadImageFromStream Function
Imaging

Loads single image from given stream.

Pascal
function LoadImageFromStream(Stream: TStream; 
                             var Image: TImageData): Boolean;
File

Imaging (at line 107)

Description

If function fails stream position is not changed.

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