pythonメモ
文書の過去の版を表示しています。
pythonメモ
pythonでは、配列を、大かっこ[]で表し、「リスト」という名前がついている。
http://www.pythonweb.jp/tutorial/list/index3.html
スライスを使った部分リストの取得
PILの使い方
http://esu-ko.hatenablog.com/entry/2016/04/12/Pythonで画像編集がしたい%28Pillowを使う%29
2016-04-12
Pythonで画像編集がしたい(Pillowを使う)
PIL(pillow)は、あらかじめ、Anacondaに入っている。
from PIL import Image img = Image.open(f_name)
参考
http://qiita.com/ukwksk/items/483d1b9e525667b77187
python3系でのPython Image Libraryの使用方法
http://www.mwsoft.jp/programming/computer_vision_with_python/1_1_pil.html
Pillow(Python Imaging Library)のインストールと簡単なサンプルコード
http://python-remrin.hatenadiary.jp/entry/2017/05/20/181211
20170520 PILの使い方(1)
メモ
(作成中)
pythonメモ.1502321988.txt.gz · 最終更新: 2018/10/07 (外部編集)