Search found 1 match
- 2012-08-02T01:25:56-07:00
- Forum: Developers
- Topic: Wand ConvertImageCommand not thread safe
- Replies: 10
- Views: 20443
Re: Wand ConvertImageCommand not thread safe
i have nearly the same problem with threads using the Core (not the wand) Interface. In my case i can't put the MagickCoreGenesis and MagickCoreTerminus into the main process easily cause the treads are all separate libraries loaded dynamically as plugins by a main process. Some of this plugins ...