pil

TwitterFacebook
Get flash to fully experience Pearltrees
http://techno-st.net/2009/07/09/python-imaging-librarypil.html

Python Imaging Library(PIL) で余白をトリミングしたい - trial and error

昨日から、Python Imaging Library (PIL) をいじってます。 ドキュメントを見ながら、地道に試行錯誤してます。 名前からも想像できる通り、Python から画像処理とかが行えるライブラリです。 ちょっと、必要になったので、使ってみてます。 今回やろうとしていることは、文字を書いた画像を出力したいわけですが、文字の長さは不定なわけで... でかすぎてもみっともないし、小さいとはみ出す。
今回は、頭の弱い自分ではすぐに分からなくなってしまうので、PILライブラリの使い方について、私が勉強して行った足跡をメモしておきます。 PILとは何か? 読み方は恐らくピルですが、あのピルではありません。略称です。 http://blog.jarinosuke.com/entry/20091018/1255834325

PythonのPILを使ってみて、躓いたことなど。 - 〜けものみちを目指して〜Only the Paranoid Survive

Python Imaging Library (PIL)

http://www.pythonware.com/products/pil/ The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. Status The current free version is PIL 1.1.7 . This release supports Python 1.5.2 and newer, including 2.5 and 2.6.