Documentation/Nightly/Developers/FAQ/Python Scripting

From Slicer Wiki
Revision as of 16:04, 22 April 2013 by JChris.FillionR (talk | contribs) (Created page with '<noinclude>__TOC__ ={{#titleparts: {{PAGENAME}} | | -1 }}=</noinclude><includeonly> ='''Developer FAQ: {{{1}}}'''= </includeonly> == How to save an image/volume using python ? =…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Documentation < Nightly < Developers < FAQ < Python Scripting

Python Scripting

How to save an image/volume using python ?

The module slicer.util provides methods allowing to save either a node or an entire scene:

  • saveNode
  • saveScene

For more details see: