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:
  • gallery_stills (List[GalleryStill]) – a list of GalleryStill objects to export

  • folder_path (str) – folder path to export to

  • file_prefix (str) – filename prefix for exported files

  • format (StillFormats) – StillFormat Object to use for export format

Returns:

function returns true if export was successful, false otherwise

Return type:

bool