Limit memory option?
Posted: 2010-07-05T18:10:28-07:00
Greetings,
I am just getting up to speed with ImageMagick and I am loving it!
Is there a limit memory option for the MagickWand API similar to the limit memory switch for the convert utility?
Thanks!
I am just getting up to speed with ImageMagick and I am loving it!
Is there a limit memory option for the MagickWand API similar to the limit memory switch for the convert utility?
Code: Select all
convert -define registry:temporary-path=/data/tmp -limit memory 16mb
Thanks!