1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

Save image from code...

Posted by ilmeditafuga on Aug 29, 2009

Hi ! I try to same my image from code... there is any command to do this ?

Thanks :)


 
Posted by Josh Caswell on Aug 29, 2009

I think you want File>Export as Image. . .



Posted by Tom De Smedt on Aug 31, 2009

Or

canvas.save("image.jpg")
as described here.