from PIL import Image img = Image.open('sharejs.jpg') img = img.resize((250, 156), Image.ANTIALIAS) img.save('sharejs_small.jpg')