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
๋ฐ์ํ