[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