this just shows a GUI that normally shows pictures but it doesnt show any picture... from PIL import Image im = Image.open('C:/Users/saftarn/Desktop/images/giffer.gif') im2 = Image.open('C:/Users/saftarn/Desktop/images/blob.jpg') im.rotate(45).show() im2.show()