alapimba Posted July 1, 2010 Share Posted July 1, 2010 Hello. I'd like have a button on one site that let users save site as jpg. It's possible? Like a screenshot of the entire site? It can be done in php? Pdf could be also a possibility but i tried and i found it's too hard to make a pdf from complex sites with lots of tables and css and so on. anyone can help? Link to comment https://forums.phpfreaks.com/topic/206372-how-to-save-webpage-as-jpg/ Share on other sites More sharing options...
Ruzzas Posted July 1, 2010 Share Posted July 1, 2010 You could prob make a proxy take a screenshot of your website and then make it a JPG, I don't think its php though, Sorry! Link to comment https://forums.phpfreaks.com/topic/206372-how-to-save-webpage-as-jpg/#findComment-1079597 Share on other sites More sharing options...
alapimba Posted July 1, 2010 Author Share Posted July 1, 2010 You could prob make a proxy take a screenshot of your website and then make it a JPG, I don't think its php though, Sorry! hum? can you give a few more tips so i can at least search a little? thanks Link to comment https://forums.phpfreaks.com/topic/206372-how-to-save-webpage-as-jpg/#findComment-1079598 Share on other sites More sharing options...
trq Posted July 1, 2010 Share Posted July 1, 2010 Id do a Google search for 'web screenshot api' or similar. Ive seen these around, buts its going to cost you. Link to comment https://forums.phpfreaks.com/topic/206372-how-to-save-webpage-as-jpg/#findComment-1079600 Share on other sites More sharing options...
RON_ron Posted July 1, 2010 Share Posted July 1, 2010 Use dave mennonoh's array compression when doing this. instead of enumerating each pixel, it only enumerate unique pixels. if pixel n and n+1 are the same, pixel n+1 is listed as "" which takes far less memory than a repeat pixel. Because in most images half or more pixels are duplicates of their neighbor. cheers. Link to comment https://forums.phpfreaks.com/topic/206372-how-to-save-webpage-as-jpg/#findComment-1079607 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.