PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Monday the 27th of October, 2014

(Back to #pil overview) (Back to channel listing) (Animate logs)
[04:15:48] <k_sze> Using ImageDraw, is it completely ok to specify coordinates that are outside the image?
[04:15:52] <k_sze> e.g. (-3, -4)
[04:16:13] <k_sze> or if the image is only 400x400, and I specify (405, 410)
[07:41:21] <travis-ci> hugovk/Pillow#670 (tiff_ints - 4a92c24 : Hugo): The build passed.
[07:41:21] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/6ec6b16eb654...4a92c24aa6d3
[07:41:21] <travis-ci> Build details : http://travis-ci.org/hugovk/Pillow/builds/39127789
[13:21:28] <Ironhand> hello, I'm looking to do some image processing/analysis on frames from video files through PIL/Pillow... is there a way to do this purely from within Python, or will I have to save the frames to separate image files using an external program first?
[15:05:27] <wiredfool> Ironhand: there are only a couple of multiframe formats supported in pillow, mainly animated gif and pultipage tiff. So it's likely that you'd need to split with something external, like imagemagick.