imageproc
imageproc copied to clipboard
Parallelize map_colors/map_pixels/map_*
I am trying to find an easy way to parallelize map_colors
. Does anyone has a solution for that?
From an user perspective, I believe that the easiest way would be to provide an iterator over colors/pixels/subpixels/whatever and then the user could wrap it with rayon's par_iter
. It may be related to #395, but it hasn't moved lately.