Shu Posted December 23, 2006 Share Posted December 23, 2006 anyone knows how to output the screen as a image? if possible i don't want the image to be saved, just output directly. Link to comment https://forums.phpfreaks.com/topic/31707-output-the-server-screen-as-a-image/ Share on other sites More sharing options...
ted_chou12 Posted December 23, 2006 Share Posted December 23, 2006 that sounds difficult to do with php, maybe you sound try something else.Ted Link to comment https://forums.phpfreaks.com/topic/31707-output-the-server-screen-as-a-image/#findComment-146959 Share on other sites More sharing options...
utexas_pjm Posted December 23, 2006 Share Posted December 23, 2006 If you're asking:- Is it possible to output the screen of the server running PHP? Sure.- Is it possible to output the screen of a client connected via HTTP to a server running PHP? Not so much. Not with just PHP anyway.Best,Patrick Link to comment https://forums.phpfreaks.com/topic/31707-output-the-server-screen-as-a-image/#findComment-146966 Share on other sites More sharing options...
Shu Posted December 24, 2006 Author Share Posted December 24, 2006 Yes i want to output the screen of the server, i have think of a way but i'm not sure whether it's possible with php.user request /screen.phpphp script press the printscreen keyphp script output the image from the clipboard Link to comment https://forums.phpfreaks.com/topic/31707-output-the-server-screen-as-a-image/#findComment-147229 Share on other sites More sharing options...
Kairu Posted December 24, 2006 Share Posted December 24, 2006 You want to snapshot the screen of the server and have it placed into your clipboard? Link to comment https://forums.phpfreaks.com/topic/31707-output-the-server-screen-as-a-image/#findComment-147235 Share on other sites More sharing options...
Shu Posted December 24, 2006 Author Share Posted December 24, 2006 no. just get the screen of the server then output it to the user who request it. Link to comment https://forums.phpfreaks.com/topic/31707-output-the-server-screen-as-a-image/#findComment-147242 Share on other sites More sharing options...
trq Posted December 24, 2006 Share Posted December 24, 2006 If the server os is Linux you can use imagemagicks import command. Something like....[code=php:0]exec("import -screen screenshot.jpg");[/code] Link to comment https://forums.phpfreaks.com/topic/31707-output-the-server-screen-as-a-image/#findComment-147248 Share on other sites More sharing options...
Shu Posted December 24, 2006 Author Share Posted December 24, 2006 it's using windows xp so any other way? Link to comment https://forums.phpfreaks.com/topic/31707-output-the-server-screen-as-a-image/#findComment-147338 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.