Skip to content

Instantly share code, notes, and snippets.

@ilkayisik
Created January 24, 2022 14:02
Show Gist options
  • Save ilkayisik/c60510e935ebc58198338ea4598a7540 to your computer and use it in GitHub Desktop.
Save ilkayisik/c60510e935ebc58198338ea4598a7540 to your computer and use it in GitHub Desktop.
convert_image.py
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