I'm using the following code:
<?php
$im = imagegrabscreen();
imagepng($im, "myscreenshot.png");
imagedestroy($im);
?>
And I as a result I get this:
Fatal error: Call to undefined function: imagegrabscreen() in c:\usr\krasnal\www\testy marcina\index.php on line 2
I am using apatch ver 2.7 instaled on windows 7. And one more info about GD:
GD Version: bundled (2.0.28 compatible)
FreeType Support: yes
FreeType Linkage: with freetype
T1Lib Support: no
GIF Read Support: yes
GIF Create Support: yes JPG Support: yes
PNG Support: yes
WBMP Support: yes
XBM Support: yes
JIS-mapped Japanese Font Support: no
What's wrong?