Save matrix of color images

Does

using FileIO
save("gol.gif", img; fps=10)

work for you? In this case img should be a 3d RGB or Gray array, where the third axis is time.

1 Like