diff options
author | Daniel de Kok <danieldk@pobox.com> | 2010-05-11 14:05:52 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:05:52 +0200 |
commit | 09cd22a8a38f6c96599946e8296e0d94e59843aa (patch) | |
tree | a8b115d80f35fb8b876ef623c6403857e98ad66e /development/pil/README | |
parent | 0b0d89f0f2feb05e89557e1beb98cf24f7bcb1a5 (diff) | |
download | slackbuilds-09cd22a8a38f6c96599946e8296e0d94e59843aa.tar.gz |
development/pil: Initial import
Diffstat (limited to 'development/pil/README')
-rw-r--r-- | development/pil/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/pil/README b/development/pil/README new file mode 100644 index 0000000000..cbfb94f164 --- /dev/null +++ b/development/pil/README @@ -0,0 +1,8 @@ +The Python Imaging Library (PIL) provides image processing facilities +to Python programs. The library supports many file formats, and +provides powerful image processing. + +Compiling the Python Imaging Library does not require any libraries +outside Slackware Linux. If libjpeg-6b is installed, JPEG support +is included. For PNG support zlib is required. + |