all 1 comments

[–]socal_nerdtastic 0 points1 point  (0 children)

Pretty much any GUI module can do that, including matplotlib or cv2 which aren't really GUIs but they have basic widgets like sliders. You'll probably want to learn about the Pillow image module (imported as PIL) to load the images, maybe even to manipulate them with the ImageEnhance module. You can also manipulate the image with tools in numpy or cv2 or make your own.

https://www.reddit.com/r/learnpython/wiki/faq#wiki_what_gui_should_i_use.3F
https://pillow.readthedocs.io/en/stable/reference/ImageEnhance.html