GalleryStillAlbum.export_stills#
- GalleryStillAlbum.export_stills(gallery_stills: List[GalleryStill], folder_path: str, file_prefix: str, format: StillFormat) bool [source]#
Exports list of GalleryStill objects ‘galleryStill’ to directory ‘folderPath’, with filename prefix ‘filePrefix’, using file format ‘format’
- Parameters:
- Returns:
function returns true if export was successful, false otherwise
- Return type: