PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Monday the 30th of May, 2016

(Back to #pil overview) (Back to channel listing) (Animate logs)
[10:35:05] <travis-ci> wiredfool/Pillow#907 (unref_error - 72c45e6 : wiredfool): The build failed.
[10:35:05] <travis-ci> Change view : https://github.com/wiredfool/Pillow/commit/72c45e6f5d12
[10:35:05] <travis-ci> Build details : https://travis-ci.org/wiredfool/Pillow/builds/133882874
[10:44:33] <travis-ci> wiredfool/Pillow#908 (malloc_check - c8bb1c5 : wiredfool): The build has errored.
[10:44:33] <travis-ci> Change view : https://github.com/wiredfool/Pillow/compare/f0397f25448c...c8bb1c51974d
[10:44:33] <travis-ci> Build details : https://travis-ci.org/wiredfool/Pillow/builds/133884852
[11:13:50] <travis-ci> wiredfool/Pillow#909 (unref_error - ffb6196 : wiredfool): The build was fixed.
[11:13:50] <travis-ci> Change view : https://github.com/wiredfool/Pillow/compare/72c45e6f5d12...ffb61968f02d
[11:13:50] <travis-ci> Build details : https://travis-ci.org/wiredfool/Pillow/builds/133889377
[11:15:44] <travis-ci> wiredfool/Pillow#909 (unref_error - ffb6196 : wiredfool): The build was fixed.
[11:15:44] <travis-ci> Change view : https://github.com/wiredfool/Pillow/compare/72c45e6f5d12...ffb61968f02d
[11:15:44] <travis-ci> Build details : https://travis-ci.org/wiredfool/Pillow/builds/133889377
[13:55:29] <travis-ci> wiredfool/Pillow#910 (alpine-setup - ac51f1e : wiredfool): The build has errored.
[13:55:29] <travis-ci> Change view : https://github.com/wiredfool/Pillow/commit/ac51f1ee37b3
[13:55:30] <travis-ci> Build details : https://travis-ci.org/wiredfool/Pillow/builds/133918240
[14:09:21] <travis-ci> wiredfool/Pillow#911 (alpine-setup - d81c016 : wiredfool): The build passed.
[14:09:22] <travis-ci> Change view : https://github.com/wiredfool/Pillow/compare/ac51f1ee37b3...d81c01605215
[14:09:22] <travis-ci> Build details : https://travis-ci.org/wiredfool/Pillow/builds/133922942
[14:10:36] <travis-ci> wiredfool/Pillow#911 (alpine-setup - d81c016 : wiredfool): The build passed.
[14:10:36] <travis-ci> Change view : https://github.com/wiredfool/Pillow/compare/ac51f1ee37b3...d81c01605215
[14:10:36] <travis-ci> Build details : https://travis-ci.org/wiredfool/Pillow/builds/133922942
[14:23:50] <travis-ci> wiredfool/Pillow#912 (alpine-setup - d316c18 : wiredfool): The build has errored.
[14:23:50] <travis-ci> Change view : https://github.com/wiredfool/Pillow/compare/d81c01605215...d316c185b3d4
[14:23:50] <travis-ci> Build details : https://travis-ci.org/wiredfool/Pillow/builds/133925212
[19:36:58] <travis-ci> MicahChambers/Pillow#5 (issue-1660-text-bb - c809382 : Micah Chambers): The build passed.
[19:36:59] <travis-ci> Change view : https://github.com/MicahChambers/Pillow/compare/ea526cb3844c...c8093820c97e
[19:36:59] <travis-ci> Build details : https://travis-ci.org/MicahChambers/Pillow/builds/133992793
[23:17:10] <ChazNunz> I have an image (1080x684) that I am trying to rotate 90 degrees with PIL. When i rotate it (im.rotate(-90, expand=True), the resulting image is 685x1081. Why is there an 'extra' pixel added to both length and width?
[23:36:52] <ChazNunz> Is this related to this bug (https://github.com/python-pillow/Pillow/issues/1369) or am I missing something?