Bug 44652

Summary: [PATCH] Patch for Better handling of Pictures (Fixes Bug #44603)
Product: POI Reporter: Raghu Kaippully <raghu.kb>
Component: HWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Attachments: patch file with sample doc for test case

Description Raghu Kaippully 2008-03-21 08:12:10 UTC
Although MS documentation says pictures in data stream should be contiguous thats not entirely true. In some cases - such as when you have a table in the doc - the pictures are stored in a non-contiguous fashion. This patch uses the correct algorithm to identify pictures in the data stream using character runs.
Comment 1 Raghu Kaippully 2008-03-21 08:18:43 UTC
Created attachment 21698 [details]
patch file with sample doc for test case
Comment 2 Nick Burch 2008-03-27 05:47:13 UTC
Thanks for this patch Raghu, applied to svn trunk