SaveMultiImageToStream Function
Imaging

Saves multiple images to given stream.

Pascal
function SaveMultiImageToStream(const Ext: string; 
                                Stream: TStream; 
                                const Images: TDynImageDataArray): Boolean;
File

Imaging (at line 143)

Description

If format supports only single level images and there are multiple images to be saved, they are saved one after another to the stream. If function fails stream position is not changed. Ext identifies desired image file format (jpg, png, dds, ...).

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