Replies: 1 comment
-
You can do multi threaded operations on multiple images but you should not use threading when doing operations on a single image. If you want multi threaded image operations you should switch to the OpenMP release that does those internally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What operations are and aren't threadsafe, especially when it comes to individual Pixel manipulation, e.g.
GetPixels()
?Beta Was this translation helpful? Give feedback.
All reactions