We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › save (a drawing)
Page Index Toggle Pages: 1
save (a drawing) (Read 393 times)
save (a drawing)
Aug 3rd, 2006, 10:01pm
 
i've programmed some drawing tools for a project call Drawing: searches and apropiations. I have try to save this drawings but the save comand saves emty tiff archives.
i'm not an expert on processing, any idea of the problem?

the project
http://www.noarquitectura.com/dba/indexdbya.html
egj99@yahoo.com
Re: save (a drawing)
Reply #1 - Aug 4th, 2006, 5:08am
 
two bugs have been found related to this, the first is that tiff images (default for saveFrame) are broken in 0115 but work fine in 0114 (and, when it's released, 0115).

the second issue is that with hint(ENABLE_DEPTH_SORT), saveFrame() won't work at the end of draw(). the workaround is to use saveFrame() at the beginning of draw().
Re: save (a drawing)
Reply #2 - Aug 4th, 2006, 10:36pm
 
thank you very much, i'll try to follow your advise.
Re: save (a drawing)
Reply #3 - Aug 5th, 2006, 12:03am
 
thank you again, it worked just fine, my problem was that i wasn't working with an actualiced processing.
esteban
Page Index Toggle Pages: 1