[eluser]chandlerou[/eluser]
[quote author="slowgary" date="1242337787"][quote author="jdfwarrior" date="1242337263"][quote author="slowgary" date="1242336933"]So why not just throw a windows server onto your network and use imagegrabscreen()? You could use it only for screencaps.[/quote]
Because implementing may be really easy, and would turn out a lot cheaper than buying another machine just to be able to make screenshots?? Who would wanna do that? That's crazy.[/quote]
Because if you'll be needing a lot of screenshots, it may be a good idea to have a dedicated server for that purpose anyways. If you're hosting this as a service, is a few hundred dollars for a PC really too expensive?
Anyways, it's just one option. I always prefer linux servers to windows. I'm sure it can be done with a few system calls, but wouldn't you also need to be running a GUI to take the screenshot? In my experience, linux servers sometimes become less reliable with a GUI running.[/quote]
There are ways to have linux capture it without a gui that I've read, but back to the OP. I didn't know if any gurus came across it in their ventures within a PHP environment, running on a web host.
The reason I posted it here, is beacuse my plan was to code it within the CI environment, figuring it to be relativley easy to create a helper to accomplish this (With the hopes of some PHP extension). But it appears that this is going to be a lot harder to implement.