Search found 2 matches

by vigri
2015-07-15T15:10:30-07:00
Forum: Magick++
Topic: Setting thread limit = 1 programmatically in Magick++
Replies: 3
Views: 14499

Re: Setting thread limit = 1 programmatically in Magick++

Hello,

thanks for your reply.
Can you give me please a little bit more Information?

I'm using IM 6.9.1

Best regards
by vigri
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 ...