PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Monday the 6th of July, 2015

(Back to #pil overview) (Back to channel listing) (Animate logs)
[06:50:23] <travis-ci> radarhere/Pillow#454 (master - 7f354bb : wiredfool): The build has errored.
[06:50:23] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/76d14d6cf142...7f354bb9cc40
[06:50:23] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/69685773
[06:52:00] <travis-ci> python-pillow/Pillow#2301 (master - 7f354bb : wiredfool): The build passed.
[06:52:01] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/76d14d6cf142...7f354bb9cc40
[06:52:01] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/69685694
[08:49:14] <furrykef> I tried using .tobytes() on a palette, but I get "ValueError: palette contains raw palette data".
[08:49:16] <furrykef> What do I do about tihs?
[08:49:21] <furrykef> *this
[09:15:00] <furrykef> I produced this image using: pixrow = pixrow.convert("P", dither=PIL.Image.NONE, palette=PIL.Image.ADAPTIVE, colors=16)
[09:15:19] <furrykef> But pixrow.palette.tobytes() gives that error