img = Image.open('myimage.tif')
img = Image.new('RGB', (640,480), (255, 255, 255))
img.save('newimage.jpg')