Charestlab / pyGLMdenoise

python implementation of GLMdenoise
6 stars 6 forks source link

make a GIF of SNRbefore SNRafter #61

Closed iancharest closed 5 years ago

iancharest commented 5 years ago

import imageio images = [] for filename in filenames: images.append(imageio.imread(filename)) imageio.mimsave('/path/to/movie.gif', images)

iancharest commented 5 years ago

done in last merge