On Thu, Oct 14, 2010 at 4:25 AM, Mohammed Rashad <[email protected]> wrote: > I had a javascript code which load an image at runtime. The image is > loaded on a div tag. I can execute > V8 from my c++ program and generate the image. The image is generated > on browser cache. > > How to display the image in div tag like a C++ object like QPixmap and > do some processing on it.
V8 is just javascript and by itself has no DOM or concept of a DIV tag. Chrome (the browser) provides the DOM etc. It is not at all clear what you are trying to do. -- Bryan White -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
