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::JPEG - JPEG loader for Tk::Photo

Author

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

Description

       This is an extension for Tk which supplies JPEG format loader for Photo image type.

       JPEG access is via release 5 of the The Independent JPEG Group's (IJG) free JPEG software.

History

       This extension works for Tk800.015 and later and is by default bundled with Perl/Tk since Tk804.

Name

       Tk::JPEG - JPEG loader for Tk::Photo

See Also

       Tk::Photo.

Tk4.003                                            2025-04-13                                          JPEG(3pm)

Synopsis

         use Tk;
         use Tk::JPEG;

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

See Also