I wish to pick a point on this image. However, when I display the image, I can only see a part of it on the screen, as follows:
I wish to know how to zoom out and pan the image in a way that I am able to also pick a point on the same image and do the processing.
I tried to use the code given here : Move and zoom a tkinter canvas with mouse but the problem is that this displays the image on a different canvas, and all of my further processing is supposed to be on the image itself.
I do not want to use the image resize function because that leads to change in pixel orientation/pixel loss
Kindly help!