<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 14:14:52 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Richard Davey's Blog: Two interesting new PHP commands]]></title>
      <guid>http://www.phpdeveloper.org/news/8248</guid>
      <link>http://www.phpdeveloper.org/news/8248</link>
      <description><![CDATA[<p>
<i>Richard Davey</i> <a href="http://www.corephp.co.uk/archives/44-Two-interesting-new-PHP-commands.html">points out</a> two new interesting PHP commands he discovered when looking through the graphics (GD) section of the manual - imagegrabscreen and imagegrabwindow.
</p>
<blockquote>
Upon further investigation both of these commands can be used to take screen shots of the desktop of your server, or any applications window (such as a web browser). Both commands are listed as being "Windows only" and also possibly only in CVS, but I found both of them are in the 5.2.3 standard release and compile without error. However at the moment neither appear to actually do anything other than return fully black images
</blockquote>
<p>
In testing the functionality, though, his only results were <a href="http://www.corephp.co.uk/archives/44-Two-interesting-new-PHP-commands.html">black screens and images</a> instead of the expected image results.
</p>]]></description>
      <pubDate>Mon, 16 Jul 2007 09:34:37 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Screen capture with PHP and GD]]></title>
      <guid>http://www.phpdeveloper.org/news/7643</guid>
      <link>http://www.phpdeveloper.org/news/7643</link>
      <description><![CDATA[<p>
In a <a href="http://blog.thepimp.net/index.php/post/2007/04/17/Screen-capture-with-PHP-and-GD">new blog post</a> today, <i>Pierre-Alain Joye</i> shows a method for doing a screen capture with just PHP and the GD functionality (an <a href="http://blog.thepimp.net/misc/gd/php_gd2-5.2-TS.zip">updated library</a>, a DLL).
</p>
<blockquote>
<p>
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).
</p>
<p>
That's why I finally sit down and implemented imagegrabscreen and imagegrabwindow . They capture respectively the whole screen or a window (using its handle).
</p>
</blockquote>
<p>
He <a href="http://blog.thepimp.net/index.php/post/2007/04/17/Screen-capture-with-PHP-and-GD">includes a few examples</a> including grabbing a default screenshot, grabbing just the contents of a certain application (like Internet Explorer), and grabbing a fullscreened IE window too.
</p>]]></description>
      <pubDate>Wed, 18 Apr 2007 07:53:00 -0500</pubDate>
    </item>
  </channel>
</rss>
