[Linux] Are png writes and loads locked to a single thread? #623
-
Hello, We recently noticed some drag in image processing and it looks like png Write/Load calls are blocking to a single thread on Ubuntu/Linux. If I understand correctly that might be caused by libpng (version 1.6)? Is there any way to work around that? We're doing heavy multi-threading and this is really slowing things down. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It does look like the png coder is single threaded. It seems that |
Beta Was this translation helpful? Give feedback.
-
We just pushed a patch to ImageMagick to fix this. I can probably publish a new release this week to resolve this for you. |
Beta Was this translation helpful? Give feedback.
We just pushed a patch to ImageMagick to fix this. I can probably publish a new release this week to resolve this for you.