I'm using Magick++ to obtain information about large number of very big images. I'm using ping method, from Magick::Image. My problem is that although I'm just pinging images, ImageMagick creates temporary files in temp folder, and after pinging large amount of files, I run out of space (Temp folder reaches 50GB). I tried limiting disk usage with MagickCore::SetMagickResourceLimit(MagickCore::DiskResource, 0); but then I get the "cache resource exhausted" exception. Is there any way I could disable caching ? Any help would be welcome.
Thanks, and please excuse my lousy English
