I want to know how many images can be loaded in a magickwand. I ask this because i need to load at least 600 images, and when i load more than 500 images i have memory error. How can i fix this?
Thank you.
How many images can be loaded in a magickwand?
Re: How many images can be loaded in a magickwand?
Force your image pixel cache to disk with resource limits. Set the AREA limit to 0. See http://www.imagemagick.org/script/resources.php and http://www.imagemagick.org/script/architecture.php.
Re: How many images can be loaded in a magickwand?
Sorry. I'm a little noob with C and i can't find the way to set the area limit to 0. By the way, when i execute my program, is consuming a lot of memory . How can i free some memory? Thank you