SaveMultiImageToMemory Function
Imaging

Saves multiple images to given memory location.

Pascal
function SaveMultiImageToMemory(const Ext: string; 
                                Data: Pointer; 
                                var Size: LongInt; 
                                const Images: TDynImageDataArray): Boolean;
File

Imaging (at line 150)

Description

If format supports only single level images and there are multiple images to be saved, they are saved one after another to the memory. Memory must be allocated and its size is passed in Size parameter in which number of written bytes is returned. Ext identifies desired image file format (jpg, png, dds, ...).

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