PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Thursday the 6th of August, 2015

(Back to #pil overview) (Back to channel listing) (Animate logs)
[10:22:49] <travis-ci> python-pillow/Pillow#2351 (master - 63213db : Hugo van Kemenade): The build passed.
[10:22:49] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/d958d4853dfb...63213db3386e
[10:22:50] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/74381717
[18:56:54] <yezariael> hello
[18:59:08] <yezariael> I have a generator for generating rows of a bitmap image. I want to keep drawing these lines to a file until StopIteration or KeyboardInterrupt is raised. Can I dynamically change the Image's or PixelArray's height?
[19:00:04] <yezariael> I suppose I could write all my lines to an array and when necessary create the image from that array, but I thought I could save the memory on the array by directly writing into the PixelArray.