Link to home
Start Free TrialLog in
Avatar of logicslab
logicslab

asked on

Fatal error: Call to undefined function imagegrabwindow()

I am tryiong to work with imagegrabscreen() in php(in Windows).Uncomment php_gd2.dll in php.ini and check "Interact with the desktop" in services but it shows an error like
Fatal error: Call to undefined function imagegrabwindow() .
Please help

Thanks
$im = imagegrabscreen();
 imagepng($im,"myscreenshot.png");

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Roger Baklund
Roger Baklund
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of logicslab
logicslab

ASKER

thank you