Created attachment 34422 [details] gracefully handle truncated pict streams Based on the example files in TIKA-2157 and TIKA-2130, I've tried to workaround the truncated PICT streams, by first read as much as possible before the deflated streams go corrupt and then when rendering (via PPTX2PNG) with the help of the twelvemonkeys library, draw those images up to the truncation. As this was only tested with the twelvemonkeys lib and I haven't tested, if this would also solve TIKAs problem, I'm providing the patch for further discussion.
The patch does solve TIKA's problems with extracting image/pict files. I checked 5 files mentioned in TIKA-2164,TIKA-2157 and TIKA-2130 and all of them passed, at least, extraction of images went without hiccups. +1 to check it in svn. It also makes sense to include a couple of samples in our collection of test files.
Patch applied via r1769226
Thank you, Andi!