bill - 2016-08-06 02:28:07
Greetings,
When I run example.php, this works great.
//display html image tag for captured webpage
$screenShot->displayImage();
If I run example.php with
$screenShot->capturePage();
$screenShot->downloadCapture('test.png');
The following error appears:
Fatal error: Call to undefined function getimagesizefromstring() in /home/rydscom/public_html/php/screenshot.class.php on line 105
Any guidance to fix the error would be gratefully received.
And thank you for the script.
Bill