Search found 2 matches
- 2012-10-26T12:52:13-07:00
- Forum: Developers
- Topic: [SOLVED] Imagick multithread problem
- Replies: 2
- Views: 4901
Re: Imagick multithread problem
Thanks for your response, you're right, the code I provided had a thread ending issue.
- 2012-10-22T13:04:40-07:00
- Forum: Developers
- Topic: [SOLVED] Imagick multithread problem
- Replies: 2
- Views: 4901
[SOLVED] Imagick multithread problem
Hi all!, I've been implementing an aplication that uses Imagick, and testing with multiple threads I found a problem with the MagickReadImageBlob function. I'm using Fedora 14, I used yum to install ImageMagick-devel-6.6.4.1-15.fc14.i686, the kernell release is 2.6.35.11-83.fc14.i686.PAE. The ...