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?
↧
Loading sequential images, necessary to call ofImage.clear() first?
↧