(Python 画像ライブラリ (PIL))

Plone uses internally Python Imaging Library (PIL) for low level image manipulation and decoding.

PIL をインストール

This concerns only UNIXes as Windows installer comes with PIL binaries.

OS X に libjpeg をインストール

Get http://www.ijg.org/files/jpegsrc.v7.tar.gz, and then:

tar zxvf jpegsrc.v7.tar.gz
cd jpeg-7
cp /usr/share/libtool/config.sub .
cp /usr/share/libtool/config.guess .
./configure --enable-shared --enable-static
sudo make

Then you can install PIL with JPEG support.

目次

前のトピックへ

(ページテンプレートに画像を入れる)

次のトピックへ

(その他の情報)

このページ