Page 1 of 1

Memory limit using ImageMagickObject COM+ vs console

Posted: 2009-09-02T07:56:00-07:00
by stroker
I'm using ImageMagickObject in my C#.net application and I'm working with large images (40Mpixels).
Is there a limit how much memory can be allocated? I have plenty of ram (8GB) and I see temporary files gets created on the temp folder.
If I use the command line all the work gets into ram and no temporary files gets created.
Because the temporary files on hard drive the time to convert a image goes from 11 to 140 seconds when using ImageMagickObject instead of console.