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:
pathstr, required

path to directory of images

figsizetuple, optional

output figure size passed to matplotlib.pyplot

fpsfloat, optional

frames per second

intervalint, optional

interval between frames in miliseconds, default 500

repeat_delayint, optional

time before animation repeats in miliseconds, default 1000

filenamestr, required

output file name

dpiint, optional

image dpi passed to matplotlib writer