#!/usr/bin/python from PIL import Image import sys try: tatras = Image.open("tatras.jpg") ... We print the image format, its size and mode.
確定! 回上一頁