Re: [Matplotlib-users] movies

2008-07-01 Thread Eric Firing
Alan G Isaac wrote: Someone said: http://matplotlib.sourceforge.net/faq.html#MOVIE OK, this works. But might it be a possible goal for Matplotlib to be able to assemble these PNGs into an APNG? URL:http://wiki.mozilla.org/APNG_Specification I don't think it makes sense for mpl to do this;

Re: [Matplotlib-users] movies

2008-07-01 Thread Michael Droettboom
I agree with Eric, that it would be probably overextending matplotlib too much to support this natively. However, it might be nice to have a self-contained function that would call out to mencoder or ImageMagick to create an animation from a list of PNGs. That would make it easier to automate

Re: [Matplotlib-users] movies

2008-06-30 Thread Alan G Isaac
Someone said: http://matplotlib.sourceforge.net/faq.html#MOVIE OK, this works. But might it be a possible goal for Matplotlib to be able to assemble these PNGs into an APNG? URL:http://wiki.mozilla.org/APNG_Specification Until then, this can be done with a FireFox 3 extension: