Skip to content

Instantly share code, notes, and snippets.

@pratik-choudhari
Last active November 15, 2021 14:54
Show Gist options
  • Select an option

  • Save pratik-choudhari/b2454a8c1c3b361a4c590fa52bd5cf55 to your computer and use it in GitHub Desktop.

Select an option

Save pratik-choudhari/b2454a8c1c3b361a4c590fa52bd5cf55 to your computer and use it in GitHub Desktop.
pythonji PIL code to open a image file
from PIL import Image as 🖼️
📦 = 🖼️.open("mountains.jpg")
📦.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment