Mac : convert fig animation to pngs Hint

making gif animation

$ convert *.png test.gif

 

split gif animation

$ convert 'test.gif[0-10]' test%03d.png