You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not rely on dt_get_thread_num in colorin module
dt_get_thread_num() can be the same value for multiple chunks under some circumstances. Using it for the start and end calculation will thus be unreliable, resulting in parts of the image containing just black pixels.
Fixes#18127.
0 commit comments