<div dir="ltr"><div><div><div>Hi All,<br><br></div>We are working on manipulation of images(falling under a certain criteria) on a web page, but the algorithms being used for the purpose are a bit slow.<br><br>So, the idea is to save the images/renderImage objects and continue to render/paint the entire pageĀ  and once the page has been loaded/rendered we will trigger an event which will read the saved images one by one, apply the algorithm on them, and then finally repaint them. <br><br></div><div>For this mechanism to work correctly we need :<br></div><div>1) An event after the whole page will get rendered.<br></div><div>2) A procedure by which we can trigger the repainting of the saved images.<br><br></div></div><div>Will it be possible to achieve this using events? If yes, what could be the possible approach? <br></div><div><br></div><div>Thanks and Regards<br></div><div>Ankit<br></div></div>