<div dir="ltr">Hi All,<div><br></div><div>I&#39;m new to webkit in context of Painting/Drawing.</div><div><br></div><div>I&#39;m trying to use my own algo instead of Webkit defaults Bilenear Interpolation algo for interpolation of images on a webpage.</div><div>That is if destImage Size is greater then SrcImage Size my algo will also come into picture alongside Webkit Bilinear.</div><div><br></div><div>But the problem is my algo take lots of time to do the interpolation, hence the page load becomes slow.</div><div>Specially for large images it takes too much time to load the image and hence the webpage.</div><div><br></div><div>I have tried to use my algo in PlatformGraphicsContext.cpp along with Bilinear.</div><div><br></div><div>If I&#39;m using a separate thread to for my algo.</div><div>I&#39;m not getting the exact result i.e. once the images are drawn by Bilinear it is not been drawn after my algo.</div><div><br></div><div>It means I need to fire an event after interpolation is done by my algo, so that images will be drawn using the data from my algo.</div><div><br></div><div>Please if someone can tell me the Painting/Drawing mechanism of webkit it would be great.</div><div><br></div><div>Regards,</div><div>Ank</div></div>