Hi,
I have a program, that loads several 100s of Images from the web and saves them on my computer. There is only one PImage variable involved which loads one picture after the other, so there shouldn't be a memory issue, because the old image should just be overwritten by the new one, right?
It worked fine with the last versions of processing but on my new computer with processing 2.0, i suddenly get OutOfMemoryErrors after about 80 images or so. Is there a way to fix this. Are the old images somehow blocking the memory, and if so why is that and can they be erased?
I don't think a code-extract is needed here. Because i simply work with loadImage(*url*). no fancy stuff here.
Okay here is a simplified version of what i'm doing (btw. I checked again, in processing 1.5 it works perfectly fine):
Hi
A long time ago I managed to retreive a sketch that crashed while running without having it saved (i know, i should have). Somewhere on the mac the latest run sketches are temporarily saved, but i can't remember where exactly and i've been looking around on my harddrive for an hour without finding it.
I've only found clues here regarding windows but not mac osx (lion, btw).
Does anyone know where these files are???