![]() |
Functions | |
int | imProcessOpenMPSetMinCount (int min_count) |
int | imProcessOpenMPSetNumThreads (int count) |
int imProcessOpenMPSetMinCount | ( | int | min_count | ) |
Sets the minimum number of iterations to split into threads.
Default value is 250000, or an image with 500x500.
Returns the previous value.
im.ProcessOpenMPSetMinCount(min_count: number) -> old_min_count: number [in Lua 5]
int imProcessOpenMPSetNumThreads | ( | int | count | ) |
Sets the number of threads.
Does nothing if OpenMP is not enabled.
Returns the previous value.
im.ProcessOpenMPSetNumThreads(min_count: number) -> old_min_count: number [in Lua 5]