yes :). WebKit is not a library, so it don't have defined form of API exposed. The one who _uses_ WebCore(WebCore+WTF+JSC/V8) called as Embedders have some form of API, but again it is up-to them to expose the level of control to outside. Embedders call their work by different names like QtWebKit, GTK WebKit, EFL WebKit,... & they may provide as libraries. All have some level of documented Public API for its users.
Refer, GTK WebKit - http://webkitgtk.org/?page=documentation QtWebKit - http://qt-project.org/doc/qt-4.8/qtwebkit.html EFL WebKit Start-up Guide - http://www.politreco.com/2010/10/easily-embedding-webkit-into-your-efl-application/ If you already choose some library, then make your question specific and post it to appropriate mailing list<https://lists.webkit.org/mailman/listinfo>. webkit-dev is not the right place to ask this question :) On 18 February 2013 22:04, Michael Chen <michael8...@yahoo.com> wrote: > Thanks for the reply. What you saying is that there is no clean way to do > it in WebKit itself, I will have to go to the platform specific code to do > it. > > Best, > Michael > > ------------------------------ > *From:* Arunprasad Rajkumar <ararunpra...@gmail.com> > *To:* Michael Chen <michael8...@yahoo.com> > *Cc:* "webkit-dev@lists.webkit.org" <webkit-dev@lists.webkit.org> > *Sent:* Saturday, February 16, 2013 5:51 AM > *Subject:* Re: [webkit-dev] Access WebKit Rendering pixel data > > Are you talking about Rendered buffer? It is graphics library specific. > From which layer you wanted to access? Each WebKit > port(qt,gtk,chromium,efl,wx,mac) has their own API exposed to the app > developers. Incase of Qt QWebView is a QWidget and you can use > http://doc.qt.digia.com/qt/qwidget.html#render > to get the rendered buffer as QPixmap object. In GTK port you can get the > Cairo context and copy it to the Cairo_image_t(pixman backed Cairo surface). > On Feb 16, 2013 8:23 AM, "Michael Chen" <michael8...@yahoo.com> wrote: > > > > Hi All, > > > > I am new to WebKit. Is it possible to get a raw pointer to the WebKit > rendering buffer? > > > > I appreciate any comments. > > > > Best regards, > > Michael > > > > _______________________________________________ > > webkit-dev mailing list > > webkit-dev@lists.webkit.org > > https://lists.webkit.org/mailman/listinfo/webkit-dev > > > > > -- *Arunprasad Rajkumar* http://in.linkedin.com/in/ararunprasad
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev