Log file Viewer
Help
|
Karma
| Search:
#pil logs for Friday the 22nd of May, 2015
(
Back to #pil overview
) (
Back to channel listing
) (
Animate logs
)
[
01:58:00
] <
chicao
> Hello everyone
[
01:58:45
] <
chicao
> I'm trying to work on this PDF reading support issue
[
01:58:52
] <
chicao
> https://github.com/python-pillow/Pillow/issues/471
[
01:59:10
] <
chicao
> I have some questions regarding the way I should work on solving this
[
01:59:26
] <
chicao
> For now I'm trying the Ghostscript and EPSImagePlugin solution suggested by wiredfool at the issue discussion
[
01:59:38
] <
chicao
> but I can't understand the EPSImagePlugin.Ghostscript function
[
01:59:44
] <
chicao
> (mostly these lines):
[
01:59:51
] <
chicao
> decoder, tile, offset, data = tile[0]
[
02:00:03
] <
chicao
> length, bbox = data
[
02:00:34
] <
chicao
> Can somebody point me a direction on this (doc or other source code for reference)?