PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Wednesday the 11th of May, 2016

(Back to #pil overview) (Back to channel listing) (Animate logs)
[11:09:38] <travis-ci> radarhere/Pillow#1124 (jpeg - 83f6c8c : Andrew Murray): The build has errored.
[11:09:38] <travis-ci> Change view : https://github.com/radarhere/Pillow/commit/83f6c8cc5e4e
[11:09:38] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/129389977
[11:12:51] <travis-ci> radarhere/Pillow#1125 (jpeg - 3f1e6b1 : Andrew Murray): The build passed.
[11:12:51] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/83f6c8cc5e4e...3f1e6b101360
[11:12:51] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/129390725
[11:22:55] <travis-ci> radarhere/Pillow#1126 (jpeg - 7a0085d : Andrew Murray): The build was broken.
[11:22:56] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/3f1e6b101360...7a0085da60fb
[11:22:56] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/129394188
[11:33:33] <travis-ci> radarhere/Pillow#1127 (jpeg - 6d57870 : Andrew Murray): The build has errored.
[11:33:34] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/7a0085da60fb...6d5787005377
[11:33:34] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/129395966
[11:42:05] <travis-ci> hugovk/Pillow#980 (_GNU_SOURCE - 9e38643 : hugovk): The build passed.
[11:42:05] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/0f8d66bc96dc^...9e38643a5c66
[11:42:05] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/129397058
[11:44:06] <travis-ci> radarhere/Pillow#1128 (jpeg - 958b365 : Andrew Murray): The build has errored.
[11:44:06] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/6d5787005377...958b365fd919
[11:44:06] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/129396615
[12:31:11] <travis-ci> radarhere/Pillow#1129 (jpeg - f329fab : Andrew Murray): The build passed.
[12:31:11] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/958b365fd919...f329fabaff32
[12:31:11] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/129408088
[12:32:15] <travis-ci> radarhere/Pillow#1129 (jpeg - f329fab : Andrew Murray): The build passed.
[12:32:15] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/958b365fd919...f329fabaff32
[12:32:15] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/129408088
[20:42:52] <jcerise> Hey all, I'm using pillow to save some tiff images, and I need to ensure the photometric interpretation tag to 0, but I'm unsure how to do that, especially since the SAVE_MODES in the TiffImagePlugin code all default to 1 for that tag (262). Is there a way to explicitly set this value on save?
[20:56:35] <jcerise> Actually, looking again, the save mode values are not all 1, but none of them are zero.