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 & HelpOther Libraries › Pixel Limit for Exporting?
Page Index Toggle Pages: 1
Pixel Limit for Exporting?? (Read 837 times)
Pixel Limit for Exporting??
Apr 22nd, 2009, 3:19pm
 
It seems that Processing will not export images to HTML if they exceed a certain pixel size - looks to be somewhere around 2500x3000 - even if it's multiple, smaller images that add up to over this.  There are no error messages, just a blank white screen where the sketch should be.  Does anyone know why this may be the case??
Re: Pixel Limit for Exporting??
Reply #1 - Apr 23rd, 2009, 1:56am
 
What do you mean by "export images to HTML"?
What method do you use?
Re: Pixel Limit for Exporting??
Reply #2 - Apr 23rd, 2009, 6:11am
 
just the built in export function that creates an applet folder with the .jar,  .java, .html, etc..
Re: Pixel Limit for Exporting??
Reply #3 - Apr 23rd, 2009, 9:03am
 
Ah, so you export the sketch, not images.
I never saw an applet of this size, I never used a display big enough! Smiley
Maybe you have an issue with memory? Such graphic will eat lot of memory... Have you taken a look at the Java console?
Page Index Toggle Pages: 1