Hi,
I fear this is going to be the "stupidest question ever" but here it goes...
I have a process where I load up a bunch of images, processes them. Along the way I'd like to throw away some of them to save on the RAM requirement. Is there a way to free an image objects memory / discard the image / ...
Thanks!
-- Bob
Freeing an pixel packet or image
-
Bob-O-Rama
- Posts: 31
- Joined: 2007-11-23T15:34:51-07:00
- Contact:
Re: Freeing an pixel packet or image
Image resources are destroyed when an object goes out of scope. Otherwise call delete (e.g. delete _image).
Who is online
Users browsing this forum: No registered users and 16 guests