1JPEG(3) perl/Tk Documentation JPEG(3)
2
3
4
6 Tk::JPEG - JPEG loader for Tk::Photo
7
9 use Tk;
10 use Tk::JPEG;
11
12 my $image = $widget->Photo('-format' => 'jpeg', -file => 'something.jpg');
13
15 This is an extension for Tk which supplies JPEG format loader for Photo
16 image type.
17
18 JPEG access is via release 5 of the The Independent JPEG Group's (IJG)
19 free JPEG software.
20
22 This extension works for Tk800.015 and later and is by default bundled
23 with Perl/Tk since Tk804.
24
26 Nick Ing-Simmons <nick@ing-simmons.net>
27
29 Tk::Photo.
30
31
32
33Tk4.003 2014-06-10 JPEG(3)