why my code with multiprocessing of tkinter and PIL is not working?
So I am trying to create an image and then modifie it (by a shader), to do so i would like to use multiprocessing.
So the image is 1000 pixels wide, and for every 250 px i would calculate the lighting based on my function shader_pixel().