SaveMultiImageToFile Function
Imaging

Saves multiple images to given file.

Pascal
function SaveMultiImageToFile(const FileName: string; 
                              const Images: TDynImageDataArray): Boolean;
File

Imaging (at line 137)

Description

If format supports only single level images and there are multiple images to be saved, they are saved as sequence of files img000.jpg, img001.jpg ....).

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