PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Monday the 11th of January, 2016

(Back to #pil overview) (Back to channel listing) (Animate logs)
[02:29:06] <fourone> hi, is there somone I can talk to about security related bugs in Pillow?
[03:09:39] <Arfrever> fourone: For private reporting of previously not-reported bugs?
[03:10:02] <fourone> yep
[03:10:11] <Arfrever> fourone: Maybe send e-mail to e.g. 4 most active developers of Pillow.
[03:10:20] <Arfrever> fourone: https://github.com/python-pillow/Pillow/graphs/contributors
[03:11:08] <fourone> cool, thanks :)
[03:14:30] <Arfrever> I see no useful e-mail address for hugovk.
[03:18:14] <Arfrever> fourone: E-mail address for particular commit in github web interface can be found by appending ".patch" to URL of commit.
[03:19:03] <Arfrever> fourone: E.g. https://github.com/python-pillow/Pillow/commits/master -> https://github.com/python-pillow/Pillow/commit/8ece7f6c9e5b75ca21103cfdc1d8b746f28a14ab -> https://github.com/python-pillow/Pillow/commit/8ece7f6c9e5b75ca21103cfdc1d8b746f28a14ab.patch -> "From: Andrew Murray <radarhere@gmail.com>"
[16:44:21] <nyloc> Hi, I',m currently trying to convert a numpy array containing a 16bit per channel (unsigned) RGB to a PIL Image object, but fromarray() tells me the data type is not supported. Does pillow (3.0) support 16bit RGB images? If so what would be the right way to convert them from numpy arrays.
[16:46:32] <nyloc> this is the trace I get (first three lines are just my debug, shape, strides, dtype)
[20:15:39] <wiredfool> Nylon, no, pillow doesn't support >16bots per channel on multichannel images