TouchDesignerで外部モジュールのpillowを使う際に、"ImportError: cannot import name ‘_imaging’ from ‘PIL’ "と出る場合の対処に手間取ったので、自分が解決した方法を残します。 追記:後半に自分が無駄にややこしくなっていた原因と思われるものを書きました。
今日は画像処理を勉強します。画像処理で使うライブラリーで代表的なものに「Pillow」「NumPy」「OpenCV」があります。 ・Pillow(PIL): 画像処理ライブラリ ・NumPy: 科学計算ライブラリ ・OpenCV: コンピュータビジョンライブラリ 今回は「Pillow」パイロウというもの ...
Pillow is the friendly PIL fork by Jeffrey A. Clark (Alex) and contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by ...