マガジンのカバー画像

Python関連

6
運営しているクリエイター

#pythonista

sceneでPIL Imageを扱う【Pythonista】

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')

もっとみる