Created
January 24, 2022 14:02
-
-
Save ilkayisik/c60510e935ebc58198338ea4598a7540 to your computer and use it in GitHub Desktop.
convert_image.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from PIL import Image | |
im = Image.open('Foto.jpg') | |
im.save('Foto.png') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment