[webkit-dev] get the bits of the complete page

zaheer ahmad zaheer.mot at gmail.com
Thu Nov 22 22:26:39 PST 2007


hi,
iam working on the gtk port of webkit and have a need to get the
bitmap of the entire page without actually rendering it. Is there an
easy way to get in the current implementation.  one of the ways i
thought was to create a cairo surface over a memory buffer (instead of
the drawing window in webkit_page_expose_event) and pass it to the
scrollview::paint with a complete rectangle. Not sure if this is the
right track to solve this issue (also this could be performance/memory
intensive)

Any inputs would be greatly helpful.

thanks,
Zaheer


More information about the webkit-dev mailing list