I have a windows program that I neeed to copy screens from, but I need to automate this function.
So is there a way to use PHP to capture the current screen ( I really only want to capture a certain portion of it) then pipe that capture to a bitmap or jpg file?
Thanks for the direction.