Page 1 of 1

How many images can be loaded in a magickwand?

Posted: 2011-06-17T02:10:55-07:00
by edsonlp1
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.

Re: How many images can be loaded in a magickwand?

Posted: 2011-06-17T05:34:32-07:00
by magick
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?

Posted: 2011-06-22T09:34:55-07:00
by edsonlp1
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