Facebook
From a, 8 Months ago, written in Python.
Embed
Download Paste or View Raw
Hits: 290
  1. from PIL import Image,ImageFilter
  2. img = Image.open("hoa.jpg")
  3. print(img.size)
  4. img.show()