PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Saturday the 4th of October, 2014

(Back to #pil overview) (Back to channel listing) (Animate logs)
[09:01:38] <travis-ci> [travis-ci] hugovk/Pillow#657 (master - d99271b : Alex Clark ☺): The build passed.
[09:01:38] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/5e2f27c7a3f2...d99271b8c675
[09:01:38] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/37032370
[20:46:13] <mhils> hi guys. is there any good way to repeat an image with pillow?
[20:46:32] <mhils> like with css backgrounds?
[20:55:00] <MathFox> tiling?
[20:55:52] <mhils> MathFox: right- any good way to do that?
[20:56:59] <MathFox> like creating a new image of the required size and repeatedly pasting the source?
[20:57:22] <mhils> I have an image of width X and want that image to be repeated up to x*4 px
[20:58:08] <MathFox> http://pillow.readthedocs.org/en/latest/reference/Image.html#PIL.Image.Image.paste
[20:58:40] <mhils> now, i seriously wonder how I overlooked that. Thanks!
[23:39:18] <Arfrever> wiredfool: ping