from PIL import Image # import pillow library (can install with "pip install pillow") im = Image.open('card.png') im = im.crop( (1 ...
確定! 回上一頁