File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Most of PEL algorithms are iterating over all the surface’s pixels to apply tr
24
24
As a result, processing large image sizes will have a significant impact on the total processing time.
25
25
26
26
You can boost the overall performances by setting a variable to use multiprocessing before compiling
27
- the project in order to use the full potential of the multiprocessing capability (OPENMP, open
28
- multiprocessing programming) .
27
+ the project. This will enable full potential of multiprocessing (OPENMP, open multiprocessing programming) when
28
+ using PEL tools .
29
29
It is highly recommended to use the multi-processing option if your CPU has at least 8 threads
30
30
(most of the threads will be used intensively during image processing) leaving your system slightly
31
31
un-responsive if the number of threads is not high enough.
You can’t perform that action at this time.
0 commit comments