Log file Viewer
Help
|
Karma
| Search:
#pil logs for Tuesday the 7th of May, 2013
(
Back to #pil overview
) (
Back to channel listing
) (
Animate logs
)
[
20:07:28
] <
dstanek
> I have a pretty old version of pil.
[
20:08:28
] <
dstanek
> I think 1.1.2. Has there been a lot of breaking changes between that and pillow 2?
[
20:09:36
] <
wiredfool
> dstanek: 1.1.2?
[
20:09:59
] <
wiredfool
> that's… ancient. Probably python 1.5/1.6 era
[
20:10:48
] <
dstanek
> probably
[
20:10:51
] <
wiredfool
> fwiw, pillow is pretty much compatible with 1.1.7, with the caveat of the imports
[
20:11:20
] <
wiredfool
> I didn't notice a ton of changes in PIL between 1.1.4 and 1.1.7, compatability wise
[
20:11:35
] <
wiredfool
> but that's with my code, and ymmv
[
20:11:48
] <
dstanek
> nice. that makes me feel much more confident
[
20:12:06
] <
wiredfool
> the one big thing is that instead of import Image, it's from PIL import Image
[
20:12:21
] <
wiredfool
> everything is namespaced now
[
20:12:27
] <
wiredfool
> but that's a search and replace