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
  1. 1
  2. 2
  3. 3
  4. »

File history for pil-2009-raclette / PIL / Image.py

Author Revision Message Labels Date
Fredrik Lundh 864e4561ce95 Import _imaging from package directory.
Fredrik Lundh b07e60fefb64 Adapt PNG changes to the new byte stream API.
Oliver Tonnhofer 346af939d645 merge with https://bitbucket.org/olt/pil-117-fastpng
Oliver Tonnhofer 302a6cd422eb add support for loading paletted PNGs with full transparency
Oliver Tonnhofer 3d55d1237ef9 Automated merge with file:///Users/olt/dev/pil-117-octree
Oliver Tonnhofer 7b85cbdcd43d add constans for quantize methods
o...@bogosoft.com 8d4661695edd add compress_level and compress_type as Image.save options for the png zip encoder
Fredrik Lundh 6a37dbdfba19 Made feature check work under 3.2.
Fredrik Lundh 5388258f8ec0 Release preparations.
Fredrik Lundh 498b9c6e9e63 Hacky ByteArray implementation for Python 3.X.
Fredrik Lundh 01734a5a6c43 Use exc_info() instead of exc_type/exc_value
Fredrik Lundh 24057cf6bdd4 Only import ImagePalette, ImageMode, and the warnings module when
Fredrik Lundh 6b1b0d371215 Fixed a few more integer division issues.
Fredrik Lundh 9256c873fbff Repaired 2.3 compatibility.
Fredrik Lundh 7636b42b2b44 Added a few more Image-specific exception subclasses.
Fredrik Lundh 04e8031bd1f8 Some tweaks to avoid confusing 2to3.
Fredrik Lundh 89c0414d3979 Look for file object methods instead of string type throughout. Also
Fredrik Lundh c5e1a3afbb7a Cleaned up various while loops and type tests.
Fredrik Lundh e47eb0a17e0e Moved type predicates to support module.
Fredrik Lundh abede99eb7b5 Removed remaining ImageString calls.
Fredrik Lundh 0e56426532e8 Added 2/3 support layer.
Fredrik Lundh 62b8f6ca4c1a Cleaned up remaining has_key calls.
Fredrik Lundh 31a141dbcbe7 Fixed remaining apply calls.
Fredrik Lundh afc006202947 Release preparations.
Fredrik Lundh edf90b0537a0 Use new-style classes in expression analyzer.
Fredrik Lundh 70acf5b7c15a Fixed a few more old-style classes.
Fredrik Lundh 1ff23fc082e1 Changed default layout for frombuffer to match the one for fromstring.
Branch
future-frombuffer
Fredrik Lundh dac669940e92 Removed deprecated Image and ImageDraw methods.
Fredrik Lundh 77ae0ead45b3 Switch to new-style classes.
Fredrik Lundh cc922c5701aa Changed verify to raise VerificationError on errors.
  1. 1
  2. 2
  3. 3
  4. »