array2gif icon indicating copy to clipboard operation
array2gif copied to clipboard

Provides a function to write a NumPy array to a GIF, or a list of arrays to an animated GIF.

Results 6 array2gif issues
Sort by recently updated
recently updated
newest added

I'm working on rendering some very long gifs that take 10s of minutes to finish. Including some sort of progress bar for would be super helpful for that.

Currently, `write_gif` supports RGB only, it would be nice to have support for grayscale to avoid adding a new axis with zeros

Hey, I'm using this for my work. I really like how simple this library is, but it takes like 5 minutes to render my gifs because only one core is...

"The maximum number of distinct colors in a GIF is 256 but this image has 4896 colors and can't be encoded properly." I have printed my ndarray, and all the...

I was trying to open [this](https://media2.giphy.com/media/3oEdva9BUHPIs2SkGk/giphy.gif?cid=790b761147073d1da354efa44dc79d4b9a43aa5bca3bfd7f&rid=giphy.gif) gif using your library, with this code: `frames, details, NA = gif2numpy.convert(options['to_create'])` 'to_create' is just the path to the gif. This is the error...

How do I change the size (height and width) of the gif file? The file created by default is extremely small. I have used a 20X20 matrix.