Jump to content

can imagegrabscreen() actually capture pages with content loaded?


helraizer

Recommended Posts

Hi folks and folksesses,

 

In the GD2 library there is a function called 'imagegrabscreen()' and 'imagegrabwindow()', which captures a screen dump of the current window, or another one specified by the code.

 

The only problem is that it launches the function as soon as the page is loaded, which means the target page, which is being grabbed hasn't actually loaded at the time of the screen grab. So all you are left with is an image of a blank page.  Which renders it slightly pointless.

 

Is there any way you can get the code to sleep until the screen/window (to be grabbed) has loaded, so it actually contains the content?

 

Thanks,

 

Sam

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.