[12:31:44] <Votato> Hi, I posted a bug earlier this week, number #1187, does anyone know why it leaks?
[12:32:24] <Votato> Basically, every time it progresses through the loop, it increases the memory use, more and more, and it doesn't get garbage collected.
[13:13:44] <travis-ci> benoit-pierre/Pillow#11 (putdata-leak - 97fa689 : Benoit Pierre): The build has errored.
[19:34:55] <Ironhand> hello, I'm experimenting with Pillow, and ran into an RGB JPEG image which Image.open() reads differently from other applications/libraries I've tried (cimg, imagemagick)
[19:35:06] <Ironhand> as in, different (but somewhat similar) pixel values
[19:35:52] <Ironhand> is a JPEG file supposed to have exactly defined pixel values, or is there some room for interpretation?
[19:36:16] <Ironhand> in other words, is this "normal" or does it imply a corrupt file? (or a bug in Pillow...)
[19:37:28] <Ironhand> I can reproduce the problem as follows:
[19:37:53] <Ironhand> - save the following file: http://www.allfiredupinc.com/images/events/akw4z.jpg (safe for work, it's a closeup of a snake) as testimg.jpg
[19:38:14] <Ironhand> - convert testimg.jpg to testimg.png using ImageMagick
[19:38:30] <Ironhand> - run the following code: http://pastebin.com/w72Tuybj
[19:40:07] <Ironhand> I'm using Pillow 2.5.1, Python 2.7.8 on Debian Jessie