from PIL import Image filepath = r"C:\Users\user\test\sample_flower.jpg" img = Image.open(filepath) width,height = img.size print("画像の高 ...
確定! 回上一頁