PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Wednesday the 24th of February, 2016

(Back to #pil overview) (Back to channel listing) (Animate logs)
[00:09:14] <travis-ci> python-pillow/Pillow#2953 (master - e2957a2 : wiredfool): The build has errored.
[00:09:14] <travis-ci> Change view : https://github.com/python-pillow/Pillow/compare/27d8edbed504...e2957a22dd19
[00:09:14] <travis-ci> Build details : https://travis-ci.org/python-pillow/Pillow/builds/111337710
[07:59:38] <travis-ci> radarhere/Pillow#926 (master - e2957a2 : wiredfool): The build has errored.
[07:59:38] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/bdf56faa03b0...648030eb7e8e
[07:59:38] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/111414094
[13:34:29] <travis-ci> hugovk/Pillow#966 (crop_integers - 39e407d : hugovk): The build has errored.
[13:34:29] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/81b757071739^...39e407dbc112
[13:34:29] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/111473194
[13:53:18] <travis-ci> hugovk/Pillow#967 (crop_integers - 239f094 : hugovk): The build passed.
[13:53:18] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/39e407dbc112...239f09435ae7
[13:53:19] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/111473628
[13:58:13] <travis-ci> hugovk/Pillow#967 (crop_integers - 239f094 : hugovk): The build passed.
[13:58:13] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/39e407dbc112...239f09435ae7
[13:58:14] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/111473628
[17:00:56] <arno1> Re: ImageDraw in pillow. Trying to add text, but can't change the font size.
[17:01:16] <arno1> Do I need to use ImageFont.truetype?
[17:01:48] <arno1> I don't care about the font, only the size, and I can't seem to load any fonts when I use truetype(
[17:01:52] <arno1> The default font works
[17:02:00] <arno1> (but at the wrong size)
[23:24:14] <CarlFK> apt-get build-dep python-pil ... pip install Pillow .. errors
[23:24:37] <CarlFK> I think because the python-pil deb package is patched to use: libfreetype6 (>= 2.2.1) FreeType 2 https://packages.debian.org/jessie/python3-pil
[23:24:56] <CarlFK> but what pip gets wants v1
[23:25:47] <CarlFK> https://github.com/python-pillow/Pillow/commit/045190d3dddfae5e3abd7f91f857b4829e1cfe3a radarhere committed on Jun 1, 2015 Removed support for FreeType 2.0
[23:26:24] <CarlFK> does that take care of it, or cause it, or is there some easy way to know what to do to pip install Pillow ?