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 & HelpPrograms › Capture everything currently on screen to pimage
Page Index Toggle Pages: 1
Capture everything currently on screen to pimage (Read 724 times)
Capture everything currently on screen to pimage
Aug 19th, 2009, 7:54pm
 
I want to capture everything that Processing is rendering to PImage to compare it to a reference image, pixel by pixel. I can't seem to find anything that would indicate this is possible. Any ideas?

Thanks.
Re: Capture everything currently on screen to pimage
Reply #1 - Aug 20th, 2009, 1:57am
 
Re: Capture everything currently on screen to pimage
Reply #2 - Aug 20th, 2009, 5:00am
 
get() to capture, but indeed you actually you don't need that, you need to compare default pixels[] array (after loadPixels()) to your reference's pixels[] array.
Page Index Toggle Pages: 1