Write a 3-D NumPy array to a GIF, or an array of them to an animated GIF.
Array2GIF provides a single top-level function, write_gif()
, to
write a 3-D NumPy array to a GIF, or a 4-D array / list of 3-D arrays to an
animated GIF. It works for me - just small animations of thermodynamics
simulations.
It is pure Python code that depends on NumPy.