Tkinter: Draw rectangle using a mouse
问题 Please, help me to resolve this problem. I want to allow the user to draw a random rectangle around a specific region of interest in a picture using the mouse ( by clicking the right or left button of the mouse until he releases it). I deal with large images (images larger than the resolution of my screen, such as this one), so the user needs to scroll the window in order to be able to see the picture fully. Here is the code I tried just to display a large picture, but I have no idea on how