Language

base image.py

๐“›๐“พ๐“ฌ๐“ฎ๐“ฝ๐“ฎ_๐“ข๐“ฝ๐“ฎ๐“ต๐“ต๐“ช 2016. 12. 21. 03:27
728x90
๋ฐ˜์‘ํ˜•


  • from
     PIL import Image
  •  
  • img = Image.open("filename.jpg")
  • print(img.size)
  • print(img.format)

  • img.show()

  • 728x90
    ๋ฐ˜์‘ํ˜•