Use of MagickWand C API in server environment

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
bradr

Use of MagickWand C API in server environment

Post by bradr »

Hi,

I'm using MagickWand to do high quality image resampling in a server environment (Apache/Mono/ASP.NET/C# interop -> ImageMagick). It's working, but I'm just wondering about when I should be calling the genesis/terminus functions. Should I call these each time I process an image, or should I call them when the site loads/unloads. Related, are there any threading issues I should be aware of.

Thanks.
Post Reply