I am looking to load and view an arbitrarily large image by breaking it up into 1000x1000 blocks and loading the ones immediately around a PVector "camera." The problem is I need to be able to get rid of images from the memory that are no longer in use. Are loaded files handled automatically by the garbage collector, or is there any additional memory handling that I need to use?
1