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

Transparent Quicktime Movie Possible?

Posted by TH on Dec 03, 2009

Hi,

I apologize if this is a silly question, I am new to NodeBox. Is it possible to export to Quicktime with a transparent canvas using NodeBox? Must I use the CoreImage library to accomplish this?

Thanks,
Sam


 
Posted by TH on Dec 03, 2009

Well, I figured it out myself. I just used

background(None)
at the beginning of
def draw():
.



Posted by anonymous on Dec 03, 2009

Realize, however, that the QT movie format that NB uses has no support for alpha channels (transparency), and so you won't be able to export it with the transparency (I believe).



Posted by TH on Dec 04, 2009

I had no problem importing my movie into Keynote with the transparency intact.