PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Friday the 20th of May, 2016

(Back to #pil overview) (Back to channel listing) (Animate logs)
[02:25:19] <travis-ci> MicahChambers/Pillow#1 (extra_font_info - d132c25 : Micah Chambers): The build has errored.
[02:25:19] <travis-ci> Change view : https://github.com/MicahChambers/Pillow/compare/7c310765affc^...d132c25e5d49
[02:25:19] <travis-ci> Build details : https://travis-ci.org/MicahChambers/Pillow/builds/131583646
[06:35:48] <travis-ci> MicahChambers/Pillow#2 (extra_font_info - 93b4321 : Micah Chambers): The build failed.
[06:35:48] <travis-ci> Change view : https://github.com/MicahChambers/Pillow/compare/d132c25e5d49...93b4321665e3
[06:35:49] <travis-ci> Build details : https://travis-ci.org/MicahChambers/Pillow/builds/131615285
[13:16:33] <Gaiseric> Hello everyone! Newbie here - I successfully used Pil[low] to open a variety of images (different types, dimensions etc.). The question is...
[13:18:06] <Gaiseric> What's the proper method to access the image object with CFFI? I want to run some tight processing loops in C. Is Pillow even suitable for that?
[13:18:58] <Gaiseric> Do I have to use a PixelAccess object and get the pixels one by one?