News Feed
Jobs Feed
Sections




News Archive
Pierre-Alain Joye's Blog:
Screen capture with PHP and GD
April 18, 2007 @ 07:53:00

In a new blog post today, Pierre-Alain Joye shows a method for doing a screen capture with just PHP and the GD functionality (an updated library, a DLL).

To get a snapshot of a HTML page, a window or a complete screen was always something tricky to do in PHP. For one of my current projects, I had to check that our changes did not affect visually any page. An easy way to achieve this goal is to compare the rendered pages in the browsers itself, easy and time consuming (for a human being :D).

That's why I finally sit down and implemented imagegrabscreen and imagegrabwindow . They capture respectively the whole screen or a window (using its handle).

He includes a few examples including grabbing a default screenshot, grabbing just the contents of a certain application (like Internet Explorer), and grabbing a fullscreened IE window too.

2 comments voice your opinion now!
screen capture gd graphics imagegrabscreen imagegrabwindow screen capture gd graphics imagegrabscreen imagegrabwindow


blog comments powered by Disqus

Similar Posts

WebCheatSheet.com: PHP: Dynamic Image Generation

Philip Norton's Blog: Desaturate Images With PHP

Andreas Gohr's Blog: A Pirate Map with LibGD and Google Maps

Pierre-Alain Joye's Blog: Screen capture with PHP and GD

CodedFX.com: Creating a CAPTCHA for Your Site


Community Events











Don't see your event here?
Let us know!


introduction community zendframework2 phpunit framework series api example unittest development composer testing release language database opinion interview code podcast functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework