Показ и сохранение файла
from PIL import Image image1 = Image.open('spb1.jpg') image1.save('spb1.png') image1.show()