Fredrik Lundh is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

effbot / pil-2009-raclette http://effbot.org/zone/pil-index.htm

Work repository for PIL 1.1.7 and beyond. The "default" branch should be fairly solid, the other branches less so. For production use, see the pil-117 repository.

Clone this repository (size: 1.6 MB): HTTPS / SSH
hg clone https://bitbucket.org/effbot/pil-2009-raclette
hg clone ssh://hg@bitbucket.org/effbot/pil-2009-raclette
Branch
cms
Filename Size Date modified Message
Docs
Images
PIL
Sane
Scripts
Tests
Tk
libImaging
.hgignore 57 B Minor admin tweaks.
.hgtags 109 B Pilot error. Trying again.
BUILDME 205 B initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
BUILDME.bat 82 B added windows build helper
CHANGES 54.9 KB Added note to CHANGES file.
CONTENTS 8.7 KB Converted Kevin's module to plain C; prepared API for inclusion in Image.core.
MANIFEST 6.5 KB initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
PIL.pth 4 B initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
README 9.7 KB Explain what the setup.py status message means.
_imaging.c 80.7 KB Moved USM image allocation to binding.
_imagingcms.c 15.4 KB Added LittleCMS version query to ImageCms module.
_imagingft.c 13.0 KB Fixed truetype positioning when first character has a negative left bearing.
_imagingmath.c 6.0 KB Added pow() method to ImageMath.
_imagingtk.c 1.5 KB initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
decode.c 16.1 KB initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
display.c 17.9 KB initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
doctest.py 35.1 KB initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
encode.c 12.6 KB Chroma subsampling support for JPEG (from Justin Huff).
map.c 8.8 KB initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
outline.c 3.8 KB initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
path.c 13.9 KB initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
selftest.py 5.5 KB Make selftest.py report non-zero status on failure (from Mark Sienkiewicz)
setup.py 16.9 KB Added (experimental) method for fetching the ICC profile for the current display (currently Windows only).