PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Saturday the 31st of May, 2014

(Back to #pil overview) (Back to channel listing) (Animate logs)
[13:56:44] <travis-ci> [travis-ci] hugovk/Pillow#189 (aeroaks - b36ffcb : aeroaks): The build passed.
[13:56:44] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/2cd6d416b2a5^...b36ffcbe9adc
[13:56:44] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/26452530
[14:10:11] <Muhammad_> How to create an image from raw data? I have a file contains RGB colors for each pixel and want to create an image from those data. As an instance, 36,75,49 38,77,52 33,69,47 ... . It means that the upper right corner color in RGB is R=36, G=75, B=49.
[14:10:39] <Muhammad_> I took a look at Numpy and SciKit-image but the former only has ndarray and the latter only read an image file.
[14:39:29] <travis-ci> [travis-ci] hugovk/Pillow#190 (aeroaks - 0907ab0 : hugovk): The build passed.
[14:39:29] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/b36ffcbe9adc...0907ab0ccf65
[14:39:29] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/26454875
[14:47:48] <travis-ci> [travis-ci] hugovk/Pillow#191 (aeroaks - cef6a2c : hugovk): The build passed.
[14:47:48] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/0907ab0ccf65...cef6a2c22cbc
[14:47:48] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/26455210
[14:57:01] <travis-ci> [travis-ci] hugovk/Pillow#192 (aeroaks - 4255340 : hugovk): The build passed.
[14:57:01] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/cef6a2c22cbc...425534085d4f
[14:57:01] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/26455682
[21:24:09] <falko> hi i crop some gif images aout of a gif and later want to work with these images before saving (e.g. palette) the cropped images are of the PIL.Image._ImageCrop type and a image.load() did not change that but i want to avois saving/loading ar real file