よちよちpython

独習 python/Qpython/Pydroid3/termux/Linux

2020-09-08から1日間の記事一覧

【Pillow】全フィルタ一覧

Pillow公式 ImageFilter Module — Pillow (PIL Fork) 5.1.0 documentation 公式サイトに載っているPillowのフィルターを全て試す。 使用環境 Python3.8 JupyterNotebook Pillow 元の画像 from PIL import Image img = Image.open("scohen_jinja.jpg") img 以…