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