Skip to content
  • As of FSLeyes version 0.13.1, you can take screenshots programmatically. For example:

    from fsleyes.actions.screenshot import screenshot
    
    ortho = frame.addViewPanel(OrthoPanel)
    
    screenshot(ortho, 'screenshot.png')
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment