#iphone
sceneでPIL Imageを扱う【Pythonista】
最終更新日: 2020/05/11
全体のコード (GitHub)import ioimport uifrom scene import *from PIL import Imageclass MyScene (Scene): def setup(self): # PILで画像を読み込む pil_img = Image.open('test:Lenna')
最終更新日: 2020/05/11
全体のコード (GitHub)import ioimport uifrom scene import *from PIL import Imageclass MyScene (Scene): def setup(self): # PILで画像を読み込む pil_img = Image.open('test:Lenna')