Log file Viewer
Help
|
Karma
| Search:
#pil logs for Tuesday the 13th of May, 2014
(
Back to #pil overview
) (
Back to channel listing
) (
Animate logs
)
[
05:17:28
] <
travis-ci
> [travis-ci] hugovk/Pillow#113 (test_imagedraw - 5b55cb7 : hugovk): The build passed.
[
05:17:28
] <
travis-ci
> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/961db29ff6dd...5b55cb72d33c
[
05:17:28
] <
travis-ci
> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/25010523
[
11:53:32
] <
travis-ci
> [travis-ci] hugovk/Pillow#114 (test_imagedraw - 60b2570 : hugovk): The build passed.
[
11:53:32
] <
travis-ci
> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/5b55cb72d33c...60b25701332b
[
11:53:32
] <
travis-ci
> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/25060637
[
13:38:52
] <
travis-ci
> [travis-ci] hugovk/Pillow#117 (master - 958397a : wiredfool): The build passed.
[
13:38:52
] <
travis-ci
> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/6ed491cf63d8...958397ae0290
[
13:38:52
] <
travis-ci
> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/25068146
[
13:47:41
] <
travis-ci
> [travis-ci] hugovk/Pillow#118 (pypy - 958397a : wiredfool): The build passed.
[
13:47:41
] <
travis-ci
> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/pypy
[
13:47:41
] <
travis-ci
> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/25068274
[
16:36:19
] <
edsu
> i've got a tif file which i'd like to convert to a jpg
[
16:36:37
] <
edsu
> normally things work just fine, opening it, saving it
[
16:36:46
] <
edsu
> but this particular tif triggers an error
[
16:37:07
] <
edsu
> IOError: unrecognized data stream contents when reading image file
[
16:37:30
] <
edsu
> here's the image file if you would like to try http://inkdroid.org/tmp/image.tif
[
16:38:37
] <
edsu
> just opening, and saving it seems to cause it
[
16:40:15
] <
edsu
> i'm using PIL v1.1.7
[
16:42:15
] <
edsu
> maybe i should be trying pillow?
[
16:43:34
] <
edsu
> i guess i should add that i'm able to open and see the tif just fine in Preview
[
16:49:40
] <
edsu
> well, Pillow seems to work :-)
[
17:10:59
] <
edsu
> thanks for Pillow btw