<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Currently pdftohtml is creating one large image for each HTML page rendered. &nbsp;In order to reduce the size of the HTML file bundles, as well as to improve the semantic value of the HTML, Stephen and I would like to extract and use only the portions of that background image that are not background white.</div><div><br></div><div>In order to accomplish this, our idea is to add hooks into the SplashOutputDevNoText to catch painting operations, and record coordinates of the bounding box for any painting operations. &nbsp;After recording each bounding box, we'll draw a new bounding box to combine any contiguous regions. &nbsp;Once we have a list of non-contiguous bounding boxes representing all graphics operations that have occurred on the page, we'll use those bounding boxes to extract only the relevant regions from the large background image, save each region as a separate file, and reference the files from the HTML.</div><div><br></div><div>Since we're extending the output device, we'll rename it from SplashOutputDevNoText to better capture the new role: &nbsp;SplashOutputDevHtmlImages. &nbsp;If you think we should retain the old behavior with a switch, please let me know — I don't see a significant benefit to it.</div><div><br></div><div>As always, any comments appreciated.</div><div><br></div><div>--josh</div></body></html>