I am trying to save an animation as a gif,via imagemagick package. This is what I did
anim.save('animation.gif', writer='imagemagick', fps=10)
But I am getting the following warning
MovieWriter imagemagick unavailable; trying to use <class 'matplotlib.animation.PillowWriter'> instead.
Since imagemagick is not a python package , how do I install it in Google colab? Or , is there a different package that I can use to save an animation as a gif in google colab?
You can install it using apt
!apt install imagemagick
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With