Hi,
Why I’m getting this error message when I add another PImage.
“OutOfMemoryError: you may need to increase the memory setting in preference”
I added a few images by using array
int numFrames=50;
PImage[] images=new PImage[numFrames];
I had to use another PImage(s) but when I load them in void setup() I get this error message!
Please tell me if you need more details.
1