Skip to content
Snippets Groups Projects
Commit e739461a authored by Fabian's avatar Fabian
Browse files

Create imagetest.py

parent 528ce2de
Branches
No related merge requests found
from PIL import Image
image = Image.open('/Users/fabiandelvillar/Desktop/porsche911.jpg')
image.show()
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment