PNG(3) | perl/Tk Documentation | PNG(3) |
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 Tk which supplies PNG format loader for Photo image type.
HISTORY¶
This extension is by default bundled with Perl/Tk since Tk804.
AUTHOR¶
Nick Ing-Simmons <nick@ing-simmons.net>
SEE ALSO¶
Tk::Photo.
2014-05-02 | Tk4.004 |