Jump to content

screenshots with php


dennismonsewicz

Recommended Posts

sorry for my bad english, I don't know what i was thinking lol.

 

So a user loads a page in a frame and using php and ajax they can select an area of the screen they would like to take a screenshot of. Is there a way to do this?

Link to comment
https://forums.phpfreaks.com/topic/101608-screenshots-with-php/#findComment-519850
Share on other sites

Hmm, not sure if thats quite possible. You could do something like:

 

1.) User chooses what webpage they want a screenshot of.

2.) Use PHP to create the screenshot of the whole page with the above function

3.) Output the whole screenshot

4.) Use javascript to select an area of the image

5.) Have PHP trim the image based on that selection

Link to comment
https://forums.phpfreaks.com/topic/101608-screenshots-with-php/#findComment-519874
Share on other sites

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.