PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Saturday the 9th of June, 2018

(Back to #pil overview) (Back to channel listing) (Animate logs)
[14:56:33] <mgz> heya, I'm planning to submit a few branches to improve 16-bit tiff handling, there are a few compatiblity/design considerations, but can do in stages
[18:03:53] <seer> HI! Could anyone help me out? I am getting a "mode mismatch" error: https://gist.github.com/Fudster/df1dc19500ed34c7da71a239cd93c510
[18:08:04] <mgz> don't pass a url as the second param to ImageDraw, it should be a mode (and defaults to the mode of the passed image, which is fine)
[18:08:34] <mgz> if your intention is the url is added as text, use another text() call
[18:15:17] <seer> I see. Thanks