|
NAMETk::PNG - PNG loader for Tk::Photo SYNOPSIS use Tk;
use Tk::PNG;
my $image = $widget->Photo('-format' => 'png', -file => 'something.png');
DESCRIPTIONThis is an extension for Tk which supplies PNG format loader for Photo image type. HISTORYThis extension is by default bundled with Perl/Tk since Tk804. AUTHORNick Ing-Simmons <nick@ing-simmons.net> SEE ALSOTk::Photo.
|