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-117 (fork of pil-2009-raclette)

PIL 1.1.7 release repository.

Clone this repository (size: 1.3 MB): HTTPS / SSH
hg clone https://bitbucket.org/effbot/pil-117
hg clone ssh://hg@bitbucket.org/effbot/pil-117

Downloads

Name Size Date Downloads
Imaging-1.1.7.tar.gz 487.1 KB 153
PIL-1.1.7.tar.gz 494.5 KB 326

Tags

Tag Revision Message Date Download
tip f356a1f64271 Added tag pil-117-20091115 for changeset 4a8cdcc1da74
pil-117-20091115 4a8cdcc1da74 Fixed download URL.
pil-117c1-20091101 1098bb18b1c5 Various lint fixes.
pil-117b2-20090801 d6a2c1415563 Release preparations.
pil-117b1-20090412 8bde0398266e 1.1.7b1 release preparations.
pil-117a2-20090328 57408fc8e0ee Release preparations.
pil-117a1-20090317 454b4d2672f3 Don't try to open files twice if plugins are already loaded.
pil-117a1-20090313 874f7005c34c Merge with CMS branch.
pil-117a1-20090309 7493ffdf4aff PythonDoc markup tweaks.
pil-116 770a9717f387 initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)

Branches

Branch Revision Message Date Download
default f356a1f64271 Added tag pil-117-20091115 for changeset 4a8cdcc1da74
more-tests e9ec832e1dd2 Merge in more-tests branch.
py152 53c5247dfef4 Made core functionality work under Python 1.5.2.
access 8dca17188dde Fixed putpixel/new for I;16 with colors > 255.
cms 4ab7abbc3bde Added LittleCMS version query to ImageCms module.
wmf 9e48e8c5aeb8 Added WMF renderer (Windows only).
multitiff d1b1e8a78087 Simplified byteorder/prefix handling.
jpeg-chroma 8b41c8bac303 Added string aliases for subsampling modes
numpy ac9410828fed Disabled mode 1 support for array interface.
rankfilter 0f58c9d0c321 Don't pretend that rankfilters work on palette images.
usm 10512a022230 New branch.
split32 8b1e1cc5a80c Fixed split/merge test.
crop 8b84b68515a0 Fixed bug w. uninitialized image data when cropping outside the source image.
zip-thread 5febcc3f4b18 Threaded PNG: Fixed error return; added simple performance test script.