img = Image.open('binodd.jpg') #clcoding.com
Mirror_Image=img.transpose(Image.FLIP_LEFT_RIGHT)
Mirror_Image.save(r'binod_mirror.png')
Image.open('binod_mirror.png') #mirrored Image
Python Coding August 26, 2022 Python No comments
img = Image.open('binodd.jpg') #clcoding.com
Mirror_Image=img.transpose(Image.FLIP_LEFT_RIGHT)
Mirror_Image.save(r'binod_mirror.png')
Image.open('binod_mirror.png') #mirrored Image
Free Python PDF Books
— Python Coding (@clcoding) October 6, 2022
🧵:
Can you guess the output of the second piece of code?🐍
Posted by Python Coding on Tuesday, 16 February 2021
0 Comments:
Post a Comment