I'm running ImageMagick in a threaded apache environment. In looking through the forums, I believe I have discovered that you need only call MagickWandGenesis when the *process hosting the threads* starts, and you need only call MagickWandTerminus when the *process hosting the threads* stops.
Is this correct?
-0
MagickWandGenesis/MagickWandTerminus and threads
Re: MagickWandGenesis/MagickWandTerminus and threads
Right. Call MagickWandGenesis() before you fire any threads and MagickWandTerminus() after the threads complete.