[08:46:13] <PTBD> Hello. I was wondering what I have to do to get PIL to work with truncated images. Meaning, I have for example a Image file which is only a fragment of the actual data but of that data that is available I want to read pixels from that.
[08:46:47] <PTBD> I have tried an image which is truncated and when I load it (pixels = img.load()) it gives me an exception.
[08:47:10] <PTBD> I have read that the pixel data is available even if an exception was thrown. But all pixels are shown as (0,0,0)
[11:34:27] <dasmith91> I am attempting to downscale an image using Pillow's Image.resize method whilst applying AntiAliasing. The resulting image is significantly pixelated in comparison to the original, is this a known issue?
[11:36:41] <dasmith91> To demonstrate: The resulting image looks like http://i.imgur.com/SC2WLsR.png and the original image scaled in another program for a side by side comparison: http://i.imgur.com/HiLDrff.png