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.