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 & HelpIntegration › Issue with saving image from Applet from Eclipse
Page Index Toggle Pages: 1
Issue with saving image from Applet from Eclipse (Read 945 times)
Issue with saving image from Applet from Eclipse
Apr 27th, 2010, 4:43pm
 
I am basically using the saveFrame() method to capture an image from what I see in an applet window launched by eclipse when I "Run As Applet".

The issue I see is that my size() is set to
size(1280, 800)

and when I save a frame from the applet the image height is cut off at 735px but the width is 1280px still.

What could be causing the applet not to display larger images? Is this an issue with the way I have the applet setup?

Has anyone else run into this?

thanks
Page Index Toggle Pages: 1