Log file Viewer
Help
|
Karma
| Search:
#pil logs for Tuesday the 2nd of February, 2016
(
Back to #pil overview
) (
Back to channel listing
) (
Animate logs
)
[
00:44:58
] <
travis-ci
> python-pillow/Pillow#2886 (radarhere-patch-1 - 06dba34 : Andrew Murray): The build passed.
[
00:44:58
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/commit/06dba3486e55
[
00:44:58
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106362779
[
07:34:25
] <
travis-ci
> python-pillow/Pillow#2888 (master - abf264c : Hugo): The build has errored.
[
07:34:25
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/756d8a606e9f...abf264c546ec
[
07:34:25
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106408834
[
07:36:39
] <
travis-ci
> radarhere/Pillow#887 (master - abf264c : Hugo): The build has errored.
[
07:36:39
] <
travis-ci
> Change view : https://github.com/radarhere/Pillow/compare/756d8a606e9f...abf264c546ec
[
07:36:39
] <
travis-ci
> Build details : https://travis-ci.org/radarhere/Pillow/builds/106409208
[
07:40:35
] <
travis-ci
> radarhere/Pillow#887 (master - abf264c : Hugo): The build has errored.
[
07:40:36
] <
travis-ci
> Change view : https://github.com/radarhere/Pillow/compare/756d8a606e9f...abf264c546ec
[
07:40:36
] <
travis-ci
> Build details : https://travis-ci.org/radarhere/Pillow/builds/106409208
[
10:00:55
] <
travis-ci
> python-pillow/Pillow#2889 (master - 10677e1 : wiredfool): The build has errored.
[
10:00:55
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/abf264c546ec...10677e17c52e
[
10:00:55
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106430659
[
10:24:04
] <
travis-ci
> python-pillow/Pillow#2889 (master - 10677e1 : wiredfool): The build passed.
[
10:24:04
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/abf264c546ec...10677e17c52e
[
10:24:04
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106430659
[
10:24:20
] <
travis-ci
> python-pillow/Pillow#2889 (master - 10677e1 : wiredfool): The build passed.
[
10:24:20
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/abf264c546ec...10677e17c52e
[
10:24:20
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106430659
[
10:33:10
] <
mickeyl
> heya. is there any way to draw antialiased on a PIL image w/ python3? I know about aggdraw but can only find python2.x compatible versions for it.
[
10:41:57
] <
wiredfool1
> mickeyl: there's alpha_composite
[
10:42:11
] <
wiredfool1
> and the text functions are antialised
[
10:42:48
] <
mickeyl
> thanks, basically I'm looking at something like drawing an antialiased ellipse with a pen size > 1
[
10:43:33
] <
wiredfool1
> I think you'd have to fake it by drawing at a 2x resolution and downsampling
[
10:43:40
] <
wiredfool1
> and then using alpha composite
[
10:44:16
] <
mickeyl
> right. that will work. since I do this on top of an image, would that not decrease the image quality?
[
10:44:33
] <
mickeyl
> ah, well i can draw on a completely transparent surface
[
10:44:37
] <
mickeyl
> scale down, and then composite
[
10:44:40
] <
mickeyl
> right?
[
10:44:52
] <
wiredfool1
> what I'd do is draw whatever you need to on a new transparent image
[
10:44:57
] <
wiredfool1
> at whatever scale
[
10:45:03
] <
wiredfool1
> downscale that
[
10:45:10
] <
wiredfool1
> and then alpha-composite on top of the image
[
10:45:15
] <
mickeyl
> ok, makes sense. that'll work, thanks
[
10:51:04
] <
travis-ci
> radarhere/Pillow#889 (master - 879edf7 : Andrew Murray): The build passed.
[
10:51:04
] <
travis-ci
> Change view : https://github.com/radarhere/Pillow/compare/0fc8d5d9abb5...879edf75a111
[
10:51:04
] <
travis-ci
> Build details : https://travis-ci.org/radarhere/Pillow/builds/106439531
[
10:51:45
] <
travis-ci
> python-pillow/Pillow#2890 (master - 879edf7 : Andrew Murray): The build passed.
[
10:51:46
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/0fc8d5d9abb5...879edf75a111
[
10:51:46
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106439453
[
10:51:56
] <
travis-ci
> radarhere/Pillow#889 (master - 879edf7 : Andrew Murray): The build passed.
[
10:51:56
] <
travis-ci
> Change view : https://github.com/radarhere/Pillow/compare/0fc8d5d9abb5...879edf75a111
[
10:51:56
] <
travis-ci
> Build details : https://travis-ci.org/radarhere/Pillow/builds/106439531
[
12:46:21
] <
mickeyl
> ok, while that works conceptually, in reality it still sucks as I can't paint a thunk ellipse
[
12:46:26
] <
mickeyl
> thick, that is
[
12:46:38
] <
mickeyl
> and consecutive ellipsis lead to moire
[
14:48:26
] <
travis-ci
> radarhere/Pillow#890 (master - 291540f : wiredfool): The build passed.
[
14:48:26
] <
travis-ci
> Change view : https://github.com/radarhere/Pillow/compare/879edf75a111...291540fd1e5b
[
14:48:26
] <
travis-ci
> Build details : https://travis-ci.org/radarhere/Pillow/builds/106478064
[
14:48:59
] <
travis-ci
> wiredfool/Pillow#783 (pcd-segfault - ae453aa : wiredfool): The build passed.
[
14:48:59
] <
travis-ci
> Change view : https://github.com/wiredfool/Pillow/commit/ae453aa18b66
[
14:48:59
] <
travis-ci
> Build details : https://travis-ci.org/wiredfool/Pillow/builds/106473492
[
14:49:28
] <
travis-ci
> radarhere/Pillow#890 (master - 291540f : wiredfool): The build passed.
[
14:49:28
] <
travis-ci
> Change view : https://github.com/radarhere/Pillow/compare/879edf75a111...291540fd1e5b
[
14:49:28
] <
travis-ci
> Build details : https://travis-ci.org/radarhere/Pillow/builds/106478064
[
15:11:43
] <
travis-ci
> python-pillow/Pillow#2892 (master - 48e906d : wiredfool): The build passed.
[
15:11:43
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/879edf75a111...48e906db0d31
[
15:11:44
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106476051
[
15:16:29
] <
travis-ci
> python-pillow/Pillow#2892 (master - 48e906d : wiredfool): The build passed.
[
15:16:29
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/879edf75a111...48e906db0d31
[
15:16:29
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106476051
[
15:30:00
] <
travis-ci
> python-pillow/Pillow#2893 (master - 7b367dd : wiredfool): The build passed.
[
15:30:00
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/48e906db0d31...7b367dd03777
[
15:30:01
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106476160
[
15:33:35
] <
travis-ci
> wiredfool/Pillow#784 (test-matrix - 57991a5 : wiredfool): The build has errored.
[
15:33:35
] <
travis-ci
> Change view : https://github.com/wiredfool/Pillow/commit/57991a52206d
[
15:33:35
] <
travis-ci
> Build details : https://travis-ci.org/wiredfool/Pillow/builds/106490166
[
15:35:52
] <
travis-ci
> python-pillow/Pillow#2893 (master - 7b367dd : wiredfool): The build passed.
[
15:35:52
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/48e906db0d31...7b367dd03777
[
15:35:52
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106476160
[
15:49:34
] <
travis-ci
> python-pillow/Pillow#2894 (master - 291540f : wiredfool): The build passed.
[
15:49:34
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/7b367dd03777...291540fd1e5b
[
15:49:34
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106476302
[
15:52:33
] <
travis-ci
> python-pillow/Pillow#2894 (master - 291540f : wiredfool): The build passed.
[
15:52:34
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/7b367dd03777...291540fd1e5b
[
15:52:34
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106476302
[
16:28:12
] <
travis-ci
> python-pillow/Pillow#2896 (master - c729a8a : wiredfool): The build passed.
[
16:28:12
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/291540fd1e5b...c729a8adc631
[
16:28:12
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106505117
[
16:29:15
] <
travis-ci
> python-pillow/Pillow#2896 (master - c729a8a : wiredfool): The build passed.
[
16:29:15
] <
travis-ci
> Change view : https://github.com/python-pillow/Pillow/compare/291540fd1e5b...c729a8adc631
[
16:29:16
] <
travis-ci
> Build details : https://travis-ci.org/python-pillow/Pillow/builds/106505117
[
19:27:52
] <
travis-ci
> wiredfool/Pillow#785 (master - c729a8a : wiredfool): The build has errored.
[
19:27:52
] <
travis-ci
> Change view : https://github.com/wiredfool/Pillow/compare/d6bbe295323b...c729a8adc631
[
19:27:52
] <
travis-ci
> Build details : https://travis-ci.org/wiredfool/Pillow/builds/106548336
[
21:27:19
] <
travis-ci
> radarhere/Pillow#891 (master - c729a8a : wiredfool): The build passed.
[
21:27:19
] <
travis-ci
> Change view : https://github.com/radarhere/Pillow/compare/291540fd1e5b...c729a8adc631
[
21:27:19
] <
travis-ci
> Build details : https://travis-ci.org/radarhere/Pillow/builds/106577184
[
21:27:50
] <
travis-ci
> radarhere/Pillow#891 (master - c729a8a : wiredfool): The build passed.
[
21:27:50
] <
travis-ci
> Change view : https://github.com/radarhere/Pillow/compare/291540fd1e5b...c729a8adc631
[
21:27:51
] <
travis-ci
> Build details : https://travis-ci.org/radarhere/Pillow/builds/106577184