Webkit Rendered Image
Hi, I have modified the WinLauncher application to dump what it has rendered. Basically I have plugged in the "createBitmapContextFromWebView" method from DumpRenderTree Sample, which is supposed to dump a png out of a WebView. However, I see that the resulting png just has a blank image and not the rendered contents. Is this expected? If yes, how can I get an image out of the Webkit rendered contents? Thanks in Advance, -- View this message in context: http://www.nabble.com/Webkit-Rendered-Image-tp23671148p23671148.html Sent from the Webkit mailing list archive at Nabble.com.
Hi, Can somebody please give me some pointers here..... If you can point me to the part of source where the image/text get rendered that would help me work backwards atleast. Regards, webkitUser wrote:
Hi,
I have modified the WinLauncher application to dump what it has rendered.
Basically I have plugged in the "createBitmapContextFromWebView" method from DumpRenderTree Sample, which is supposed to dump a png out of a WebView.
However, I see that the resulting png just has a blank image and not the rendered contents. Is this expected?
If yes, how can I get an image out of the Webkit rendered contents?
Thanks in Advance,
-- View this message in context: http://www.nabble.com/Webkit-Rendered-Image-tp23671148p23740216.html Sent from the Webkit mailing list archive at Nabble.com.
Try looking at source in WebCore/rendering/. Dave ________________________________ From: webkitUser <psailup@yahoo.com> To: webkit-dev@lists.webkit.org Sent: Wednesday, May 27, 2009 3:59:28 AM Subject: Re: [webkit-dev] Webkit Rendered Image Hi, Can somebody please give me some pointers here..... If you can point me to the part of source where the image/text get rendered that would help me work backwards atleast. Regards, webkitUser wrote:
Hi,
I have modified the WinLauncher application to dump what it has rendered.
Basically I have plugged in the "createBitmapContextFromWebView" method from DumpRenderTree Sample, which is supposed to dump a png out of a WebView.
However, I see that the resulting png just has a blank image and not the rendered contents. Is this expected?
If yes, how can I get an image out of the Webkit rendered contents?
Thanks in Advance,
-- View this message in context: http://www.nabble.com/Webkit-Rendered-Image-tp23671148p23740216.html Sent from the Webkit mailing list archive at Nabble.com. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
Please have a look at this thread: http://www.nabble.com/Webkit-capture-web-page-content-API-td23516755.html . Also, it has been discussed a few times in the mailing list, so google is also your friend. hope that helps. -- --Antonio Gomes On Fri, May 22, 2009 at 2:23 PM, webkitUser<psailup@yahoo.com> wrote:
Hi,
I have modified the WinLauncher application to dump what it has rendered.
Basically I have plugged in the "createBitmapContextFromWebView" method from DumpRenderTree Sample, which is supposed to dump a png out of a WebView.
However, I see that the resulting png just has a blank image and not the rendered contents. Is this expected?
If yes, how can I get an image out of the Webkit rendered contents?
Thanks in Advance,
-- View this message in context: http://www.nabble.com/Webkit-Rendered-Image-tp23671148p23671148.html Sent from the Webkit mailing list archive at Nabble.com.
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-- --Antonio Gomes
participants (3)
-
David Kilzer
-
tonikitoo (Antonio Gomes)
-
webkitUser