Saves multiple images to given file.
function SaveMultiImageToFile(const FileName: string;
const Images: TDynImageDataArray): Boolean;Imaging (at line 137)
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 ....).