The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tk::WinPhoto - Load a Photo image from a window

SYNOPSIS

  use Tk;
  use Tk::WinPhoto;

  my $image = $widget->Photo('-format' => 'Window', -string => $widget);
  

DESCRIPTION

This is an extension for Tk800.* which will load a Photo image from a snapshot of an X window.

AUTHOR

Nick Ing-Simmons <nick@ni-s.u-net.com>