Ver originalimport ImageImport ImageOps img = Image.open("temp.jpg")new_img = ImageOps.mirror(img)new_img.save("new_temp.jpg")