Utils¶
A few helper functions for users and developer.
-
create_animation(input_file_mask='', input_file_names=None, target_format='.mp4')[source]¶ Create an animation from the given files.
If no file names are given, a file selection dialog will appear.
Parameters: - input_file_mask (basestring) – file name mask with c-style format string
- input_file_names (iterable) – names of the files
Returns: animation file