У меня проблемы с tk.label. он не смешивается с new_img2
self.picture_display = tk.Label(self)
while 1.0 > alpha:
new_img2 = (Image.blend(old_resized,resized,alpha)).convert("RGB")
alpha = alpha + 0.1
time.sleep(0.1)
new_img = ImageTk.PhotoImage(new_img2)
self.picture_display.configure(image=new_img)
self.picture_display.image = new_img
self.title(os.path.basename(x))
Любое решение, почему бы не обновить self.picture_display