logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Nick Ing-Simmons <nick@ing-simmons.net>

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.

Name

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

See Also

       Tk::Photo.

Tk4.004                                            2025-04-13                                           PNG(3pm)

Synopsis

         use Tk;
         use Tk::PNG;

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

See Also