I have an application displaying images sequentially, only one image at a time.
Is it necessary to call ofImage.clear() or otherwise unloading the current image BEFORE loading the next image to free up any resources, memory etc?
no it will do it for you internally
1 Like
Thanks arturo