geosnap.visualize.gif_from_path¶
- geosnap.visualize.gif_from_path(path=None, figsize=(10, 10), fps=0.5, interval=500, repeat_delay=1000, filename=None, dpi=400)[source]¶
Create an animated gif from a director of image files.
- Parameters:
- path
str
, required path to directory of images
- figsize
tuple
, optional output figure size passed to matplotlib.pyplot
- fps
float
, optional frames per second
- interval
int
, optional interval between frames in miliseconds, default 500
- repeat_delay
int
, optional time before animation repeats in miliseconds, default 1000
- filename
str
, required output file name
- dpi
int
, optional image dpi passed to matplotlib writer
- path