Python Imaging Library (Fork)
Go to file
2010-07-31 19:55:42 -04:00
doc Onward to 1.1, I think? And some doc fixes. 2010-07-31 02:14:07 -04:00
Images Forking PIL 2010-07-30 22:52:47 -04:00
libImaging Forking PIL 2010-07-30 22:52:47 -04:00
PIL Forking PIL 2010-07-30 22:52:47 -04:00
PIL.egg-info Forking PIL 2010-07-30 22:52:47 -04:00
Sane Forking PIL 2010-07-30 22:52:47 -04:00
Scripts Forking PIL 2010-07-30 22:52:47 -04:00
Tk Forking PIL 2010-07-30 22:52:47 -04:00
_imaging.c Forking PIL 2010-07-30 22:52:47 -04:00
_imagingcms.c Forking PIL 2010-07-30 22:52:47 -04:00
_imagingft.c Forking PIL 2010-07-30 22:52:47 -04:00
_imagingmath.c Forking PIL 2010-07-30 22:52:47 -04:00
_imagingtk.c Forking PIL 2010-07-30 22:52:47 -04:00
BUILDME Forking PIL 2010-07-30 22:52:47 -04:00
CHANGES Forking PIL 2010-07-30 22:52:47 -04:00
CONTENTS Forking PIL 2010-07-30 22:52:47 -04:00
decode.c Forking PIL 2010-07-30 22:52:47 -04:00
display.c Forking PIL 2010-07-30 22:52:47 -04:00
doctest.py Forking PIL 2010-07-30 22:52:47 -04:00
encode.c Forking PIL 2010-07-30 22:52:47 -04:00
index.html "Fix" INSTALL and HISTORY 2010-07-30 23:19:31 -04:00
MANIFEST.in Confusing syntax? http://docs.python.org/distutils/sourcedist.html#manifest-template 2010-07-30 23:42:01 -04:00
map.c Forking PIL 2010-07-30 22:52:47 -04:00
outline.c Forking PIL 2010-07-30 22:52:47 -04:00
path.c Forking PIL 2010-07-30 22:52:47 -04:00
PIL.pth Forking PIL 2010-07-30 22:52:47 -04:00
PIL.txt README changes 2010-07-30 23:03:01 -04:00
PKG-INFO Prepare Pillow 1.0. 2010-07-30 23:56:05 -04:00
README.txt Crude attempt at clarifying the "PIL problem" 2010-07-31 19:55:42 -04:00
selftest.py Forking PIL 2010-07-30 22:52:47 -04:00
setup.py Remove setuptools_hg requirement 2010-07-31 19:24:31 -04:00

Pillow
======

Pillow is a "friendly" fork of the Python Imaging Library. The goal is to see
if any improvement can be made to the packaging situation(*) by opening up
development to the "public" and exploring the problem within the fork.

Please email: aclark@aclark.net if you'd like to help, or complain.

(*) PIL aims to support the 'import Image' statement which will fail whenever
there is another 'Image' module in the top level namespace.

For PIL's README, check out PIL.txt