Hey guys,
I’m rendering an animation in a fbo and I need to export a frame sequence to a single pdf. Is there any way to do this like ofBeginSaveScreenAsPDF() ?
Thanks in advance,
J
Hey guys,
I’m rendering an animation in a fbo and I need to export a frame sequence to a single pdf. Is there any way to do this like ofBeginSaveScreenAsPDF() ?
Thanks in advance,
J
ofBeginSaveScreenAsPDF(filename,true);
where the second argument tells the function to use multipage and save every frame in a new page
Hey @arturo
That method export the all window, it is possible to export just what i’m drawing on the fbo?