Last active
November 15, 2021 14:54
-
-
Save pratik-choudhari/b2454a8c1c3b361a4c590fa52bd5cf55 to your computer and use it in GitHub Desktop.
pythonji PIL code to open a image file
This file contains hidden or 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 as 🖼️ | |
| 📦 = 🖼️.open("mountains.jpg") | |
| 📦.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment