screen icon indicating copy to clipboard operation
screen copied to clipboard

Website screenshot tool based on PHP and PhantomJS

Results 32 screen issues
Sort by recently updated
recently updated
newest added

I'm looking to integrate this with a laravel install that requires a login, but any time I try to take a snapshot of a laravel-generated URL, the image won't save...

I want resized image of url using the phantomjs .How to do that? Please help !

I downloaded the code.executed the demo page . got image of url on localhost.but the same code is not working on the server.I do not get any thumbnail and error...

I used this in my page but there is a issue in shot.php or whole script. I couldnt figure it out. But There is no any issue in localhost? Help??

Hi I am willing to take screen shot of the following page https://www.google.co.in/search?q=hotels+in+aurangabad#q=hotels+in+aurangabad&tbm=lcl but I am receiving empty page I tried by protected $delay = 10000; but no luck Please...

Hi My application is using graphs which are similar to this url, https://gionkunz.github.io/chartist-js/examples.html these charts are animated charts I tried by setting ->setTimeout(60000); but charts are not appearing in images...

Hi, I'm not sure what I am doing incorrectly. When I try running the code below and saving the image, nothing shows up in the temp folder. Is there something...

It would make things easier in some cases. I already had all the required x64 packages (glibc, zlib, fontconfig, etc) installed, but without an x64 version of phantom I needed...

I set this up using composer, Then i get the following error: I think there's a problem with the binary phantomjs Any solution ? Thank you `Fatal error: Uncaught exception...

Should catch the exception in function save of class Capture ``` public function save($imageLocation, $deleteFileIfExists = true) { $this->imageLocation = $this->output->getLocation() . $imageLocation; if (!pathinfo($this->imageLocation, PATHINFO_EXTENSION)) { $this->imageLocation .= '.'...