Posted: 2006-04-15T07:46:02-07:00
ImageMagick is thread-safe at the image level so you can read, process, and write multiple images as long as they are in separate threads. You cannot, for example, rotate a particular image in one thread and simultaneously quantize it in another thread.
Make sure threading is enabled when ImageMagick was built. Check the magick/magick-config.h header file and verity HAVE_PTHREAD is defined. If you continue to have problems, post a short MagickWand program here that we can run and reproduce the problem. We will investigate further.
Make sure threading is enabled when ImageMagick was built. Check the magick/magick-config.h header file and verity HAVE_PTHREAD is defined. If you continue to have problems, post a short MagickWand program here that we can run and reproduce the problem. We will investigate further.