I have a gui that changes the quality of the jpeg image dynamically, I change the quality of the jpeg with
Code: Select all
img.quality
Then I convert the Image to a QT image. Now, I want to update the image on the gui. But it doesn't work. Should I call any other function on the Image, just after
Code: Select all
img.quality
Thanks in advance.