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

NAME

Tk::PNG - PNG loader for Tk::Photo

SYNOPSIS

  use Tk;
  use Tk::PNG;

  my $image = $widget->Photo('-format' => 'png', -file => 'something.png');

DESCRIPTION

This is an extension for Tk800.* which supplies PNG format loader for Photo image type.

AUTHOR

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