[magick-users] Multi-threaded ImageMagick
quetzlzacatenango at imagemagick.org
quetzlzacatenango at imagemagick.org
Tue Sep 12 13:26:01 CDT 2006
> processing, or does "multi-threading support" merely mean that the
> ImageMagick library is thread-safe?
The ImageMagick library is thread-safe. Currently to take advantage of
multiple-threads you would need to write custom code in Magick++,
MagickWand, or MagickCore. You of course could still take advantage of
multiple processors by firing off multiple command line utilities
simultaneously.
More information about the Magick-users
mailing list