Log file Viewer
Help
|
Karma
| Search:
#pil logs for Wednesday the 6th of March, 2013
(
Back to #pil overview
) (
Back to channel listing
) (
Animate logs
)
[
14:23:00
] <
aclark
> !logs
[
14:23:00
] <
pmxbot
> http://dcpython.gekitsuu.org
[
15:33:55
] <
srichter
> aclark: are you still taking fixes for the next release
[
15:34:42
] <
srichter
> We are using PIL in z3c.rml to compare PDF output by converting the PDF to pngs
[
15:34:50
] <
srichter
> PIL uses gc for that
[
15:35:20
] <
srichter
> but under Windows it does not work; Kyle MacFarlane tracked this down and ha sa potential Windows fix
[
15:35:22
] <
srichter
> interested?
[
15:37:31
] <
aclark
> srichter: definitely, thanks!
[
15:38:12
] <
srichter
> ok, I let Kyle know to send you a bug report
[
15:38:21
] <
aclark
> srichter: cool
[
15:38:50
] <
aclark
> srichter: with Pillow 2.0 we're starting to consider image code fixes. < 2.0 was mostly packaging (i.e. setup.py) only
[
15:42:43
] <
aclark
> srichter: what's gc?
[
15:43:03
] <
srichter
> the ghostscript converter
[
15:43:17
] <
aclark
> ah right
[
15:45:04
] <
aclark
> PIL uses a surprising number of external binaries…
[
15:45:53
] <
srichter
> yeah, I was not aware of that until last night either