Saving tkinter canvas with black background and white line objects using PIL results in fully white image
Probem When trying to save a tkinter canvas using PIL, it works as expected when the canvas background is set to “white” and fill option for the created lines to “black” but when setting the canvas background to “black” and the fill parameter of created lines to “white”, the saved image will just be a […]