The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Screen Capture with PHP and GD

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Max Zone

Posts: 9170
Nickname: dzone
Registered: Jun, 2006

dzone.com is a link-sharing community where member participation determines what gets published
Screen Capture with PHP and GD Posted: Apr 18, 2007 12:38 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Max Zone.
Original Post: Screen Capture with PHP and GD
Feed Title: dzone.com: php
Feed URL: http://www.dzone.com/feed/frontpage/php/rss.xml
Feed Description: dzone.com: fresh php links for developers
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Max Zone
Latest Posts From dzone.com: php

Advertisement
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).

Read: Screen Capture with PHP and GD

Topic: PHP 10.0 Blog - Graceful Recovery Previous Topic   Next Topic Topic: Creating a Blog Application with Interpreter Classes with PHP5

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use