Most viewed recipes tagged "canvas_save"http://code.activestate.com/recipes/tags/canvas_save/views/2012-03-05T04:09:00-08:00ActiveState Code RecipesSaving a Tkinter canvas image or animation using PIL (Python) 2012-03-05T04:09:00-08:00J W Jhttp://code.activestate.com/recipes/users/4181154/http://code.activestate.com/recipes/578063-saving-a-tkinter-canvas-image-or-animation-using-p/ <p style="color: grey"> Python recipe 578063 by <a href="/recipes/users/4181154/">J W J</a> (<a href="/recipes/tags/borderless/">borderless</a>, <a href="/recipes/tags/canvas_save/">canvas_save</a>, <a href="/recipes/tags/imagegrab/">imagegrab</a>). Revision 2. </p> <p>Demonstrates saving an animation done on Tkinter canvas as a series of jpeg images</p>