Hello,
thanks for your reply.
Can you give me please a little bit more Information?
I'm using IM 6.9.1
Best regards
Search found 2 matches
- 2015-07-15T15:10:30-07:00
- Forum: Magick++
- Topic: Setting thread limit = 1 programmatically in Magick++
- Replies: 3
- Views: 14499
- 2015-07-15T12:13:34-07:00
- Forum: Magick++
- Topic: Setting thread limit = 1 programmatically in Magick++
- Replies: 3
- Views: 14499
Setting thread limit = 1 programmatically in Magick++
Hello,
when I want to "disable" OpenMP while using the convert command I simply use
convert -limit thread 1 in.png out.jpg
Now I've a C++ program where I'm using the Magick++ API.
My question: Is there a way to limit the maximum thread amount programmatically?
I know about setting MAGICK ...
when I want to "disable" OpenMP while using the convert command I simply use
convert -limit thread 1 in.png out.jpg
Now I've a C++ program where I'm using the Magick++ API.
My question: Is there a way to limit the maximum thread amount programmatically?
I know about setting MAGICK ...