Memory limit using ImageMagickObject COM+ vs console

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
stroker
Posts: 16
Joined: 2008-04-07T11:24:55-07:00

Memory limit using ImageMagickObject COM+ vs console

Post 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.
Post Reply